nb/intel/nehalem/raminit.c: Refine broken comment
Change-Id: Ic5c92d9a2d8bb040a04602e5da2cd37a2ae8db95 Signed-off-by: Stefan Tauner <stefan.tauner@gmx.at> Reviewed-on: https://review.coreboot.org/18052 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Paul Kocialkowski <contact@paulk.fr> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
e4c85c128a
commit
f13bd41c50
|
@ -14,8 +14,8 @@
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Please don't remove this. It's needed it to do debugging
|
/* Please don't remove this. It's needed for debugging and reverse
|
||||||
and reverse engineering to support in future more nehalem variants. */
|
* engineering more nehalem variants in the future. */
|
||||||
#ifndef REAL
|
#ifndef REAL
|
||||||
#define REAL 1
|
#define REAL 1
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue