diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2016-10-04 20:51:39 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-10-10 01:17:42 +0200 |
commit | b23ed4e252222497c791ac451060239b16387c78 (patch) | |
tree | a60870a1bb9ce347d9de40ad3fbd26b398596862 /src/northbridge | |
parent | ff25b6c35b3cfe76dcfaece20e7d8b3651363655 (diff) | |
download | coreboot-b23ed4e252222497c791ac451060239b16387c78.tar.xz |
northbridge/intel/nehalem: Remove commented code
Change-Id: I2d40049a27f725f14acbc16438f0e6ea7cdd7329
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/16879
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/northbridge')
-rw-r--r-- | src/northbridge/intel/nehalem/raminit.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/northbridge/intel/nehalem/raminit.c b/src/northbridge/intel/nehalem/raminit.c index d9159966dc..0d1696dd0e 100644 --- a/src/northbridge/intel/nehalem/raminit.c +++ b/src/northbridge/intel/nehalem/raminit.c @@ -4788,9 +4788,6 @@ void raminit(const int s3resume, const u8 *spd_addrmap) dump_timings(&info); -#if 0 - ram_check(0x100000, 0x200000); -#endif program_modules_memory_map(&info, 0); program_total_memory_map(&info); |