Use DIMM0 et al in lots more places instead of hardocding values.
[coreboot.git] / src / mainboard / digitallogic / msm800sev / romstage.c
index 6cf6ec6f19f3afb982b980b266bbc7956b3c5b0a..8b5f00d4fb58aa7f1d748020c2b93d9816fd4434 100644 (file)
@@ -45,7 +45,7 @@ void main(unsigned long bist)
        post_code(0x01);
 
        static const struct mem_controller memctrl [] = {
-               {.channel0 = {(0xa<<3)|0, (0xa<<3)|1}}
+               {.channel0 = {DIMM0, DIMM1}}
        };
 
        SystemPreInit();