Add initial kconfig support for all AMD GX1 boards.
[coreboot.git] / src / mainboard / iei / nova4899r / auto.c
index 29fde677796141c0e7e929e8319fbb9fa6ba3f76..bcae6732a60522850397aaf56de8e5ff6078b54c 100644 (file)
@@ -28,7 +28,7 @@
 #include <arch/hlt.h>
 #include "pc80/serial.c"
 #include "arch/i386/lib/console.c"
-#include "ram/ramtest.c"
+#include "lib/ramtest.c"
 #include "superio/winbond/w83977tf/w83977tf_early_serial.c"
 #include "cpu/x86/bist.h"
 
@@ -39,7 +39,7 @@
 static void main(unsigned long bist)
 {
        /* Initialize the serial console. */
-       w83977tf_enable_serial(SERIAL_DEV, TTYS0_BASE);
+       w83977tf_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);
        uart_init();
        console_init();