Drop excessive whitespace randomly sprinkled in romstage.c files.
[coreboot.git] / src / mainboard / artecgroup / dbe61 / romstage.c
index dc4e3ffe26d254dcc3b7365e804fd7af7b27072b..1cff578f1b0835f0f56aefa4c001bfd4b2d0b1d9 100644 (file)
 #include <cpu/amd/geode_post_code.h>
 #include "southbridge/amd/cs5536/cs5536.h"
 #include "spd_table.h"
-
+#include <spd.h>
 #include "southbridge/amd/cs5536/cs5536_early_smbus.c"
 #include "southbridge/amd/cs5536/cs5536_early_setup.c"
 
-#define DIMM0 0xA0
-#define DIMM1 0xA2
-
 static int spd_read_byte(unsigned device, unsigned address)
 {
        int i;
@@ -80,7 +77,7 @@ void main(unsigned long bist)
 
        msr_t msr;
        static const struct mem_controller memctrl[] = {
-               {.channel0 = {(0xa << 3) | 0, (0xa << 3) | 1}}
+               {.channel0 = {DIMM0, DIMM1}}
        };
 
        SystemPreInit();
@@ -147,4 +144,3 @@ void main(unsigned long bist)
        // ram_check(0x00000000, 640 * 1024);
        // ram_check(1024 * 1024, 2 * 1024 * 1024);
 }
-