Use DIMM0 et al in lots more places instead of hardocding values.
[coreboot.git] / src / mainboard / traverse / geos / romstage.c
index b3aff80af41f4ced08a1602a882c8732b551d985..7515a69136c6223d9e5f5c8188394450709a0f53 100644 (file)
@@ -63,7 +63,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();