Some more DIMM0 related cleanups and deduplication.
[coreboot.git] / src / mainboard / via / epia-n / romstage.c
index 4526ddcde84ae998c007f94ac37b38a5908efba0..1b4e27a7afa92ee9ed188c04c35a1a95fe6e190e 100644 (file)
@@ -50,7 +50,7 @@ static const struct mem_controller ctrl = {
        .d0f4 = 0x4000,
        .d0f7 = 0x7000,
        .d1f0 = 0x8000,
-       .channel0 = { 0x50 },
+       .channel0 = { DIMM0 },
 };
 
 static inline int spd_read_byte(unsigned device, unsigned address)