[coreboot-gerrit] New patch to review for coreboot: northbridge/intel/nehalem: Remove commented code

HAOUAS Elyes (ehaouas@noos.fr) gerrit at coreboot.org
Tue Oct 4 20:54:55 CEST 2016


HAOUAS Elyes (ehaouas at noos.fr) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16879

-gerrit

commit 65f449d8e4aaa375650afa3d0085fa0c3a876804
Author: Elyes HAOUAS <ehaouas at noos.fr>
Date:   Tue Oct 4 20:51:39 2016 +0200

    northbridge/intel/nehalem: Remove commented code
    
    Change-Id: I2d40049a27f725f14acbc16438f0e6ea7cdd7329
    Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
 src/northbridge/intel/nehalem/raminit.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/northbridge/intel/nehalem/raminit.c b/src/northbridge/intel/nehalem/raminit.c
index d915996..0d1696d 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);
 



More information about the coreboot-gerrit mailing list