Use DIMM0 et al in lots more places instead of hardocding values.
[coreboot.git] / src / mainboard / artecgroup / dbe61 / romstage.c
index 8303b15f4970b16294e9aa52c5d9dc2c9417b0e8..37cb71abd7e4cefd325e6c21106077adf7ae93a8 100644 (file)
@@ -78,7 +78,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();