Some more DIMM0 related cleanups and deduplication.
[coreboot.git] / src / mainboard / via / epia-n / romstage.c
index df9f82ea9b4c4474e66de23e72ebed07609dde35..1b4e27a7afa92ee9ed188c04c35a1a95fe6e190e 100644 (file)
@@ -26,8 +26,7 @@
 #include <device/pnp_def.h>
 #include <arch/romcc_io.h>
 #include <arch/hlt.h>
-#include "pc80/serial.c"
-#include "console/console.c"
+#include <console/console.h>
 #include "lib/ramtest.c"
 #include "northbridge/via/cn400/raminit.h"
 #include "cpu/x86/mtrr/earlymtrr.c"
@@ -51,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)