Use DIMM0 et al in lots more places instead of hardocding values.
[coreboot.git] / src / mainboard / lanner / em8510 / romstage.c
index fe4fd693272d563dc64100ee68651f75c3c74126..d763a87bc7a2be6925adbaf63a828bb87c2ee75b 100644 (file)
@@ -27,6 +27,7 @@
 #include <arch/romcc_io.h>
 #include <arch/hlt.h>
 #include <stdlib.h>
+#include <spd.h>
 #include "pc80/udelay_io.c"
 #include <pc80/mc146818rtc.h>
 #include <console/console.h>
@@ -54,7 +55,7 @@ void main(unsigned long bist)
        static const struct mem_controller memctrl[] = {
                {
                        .d0 = PCI_DEV(0, 0, 1),
-                       .channel0 = { (0xa<<3)|0, 0 },
+                       .channel0 = { DIMM0, 0 },
                },
        };