Some more DIMM0 related cleanups and deduplication.
[coreboot.git] / src / mainboard / via / pc2500e / romstage.c
index 5f4c67b33d35d498117c8ba8e082ae0462e9c8f3..0b5a557125fdcd9a7dd041069f361a48f0bed790 100644 (file)
@@ -51,7 +51,7 @@ static const struct mem_controller ctrl = {
        .d0f4 = 0x4000,
        .d0f7 = 0x7000,
        .d1f0 = 0x8000,
-       .channel0 = { 0x50 }, /* TODO: CN700 currently only supports 1 DIMM. */
+       .channel0 = { DIMM0 }, /* TODO: CN700 currently only supports 1 DIMM. */
 };
 
 void main(unsigned long bist)