X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fnorthbridge%2Fintel%2Fi440bx%2Fdebug.c;h=1d8cbf6a57b9b2ac15eaf035ee64610273407009;hb=d773fd370a92a6da2f7dbf91c085eb0df1f6f30d;hp=d5748737b66726fe702854efdd595469e1724e0d;hpb=9bd9a90d6a0a47ede6286e2c5599ae7335e4b96a;p=coreboot.git diff --git a/src/northbridge/intel/i440bx/debug.c b/src/northbridge/intel/i440bx/debug.c index d5748737b..1d8cbf6a5 100644 --- a/src/northbridge/intel/i440bx/debug.c +++ b/src/northbridge/intel/i440bx/debug.c @@ -7,7 +7,7 @@ void dump_spd_registers(void) print_debug("\n"); for(i = 0; i < DIMM_SOCKETS; i++) { unsigned device; - device = DIMM_SPD_BASE + i; + device = DIMM0 + i; if (device) { int j; print_debug("dimm: ");