This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / mainboard / intel / xe7501devkit / auto.c
index b106595803356505a281abe8dbb542a00138b273..fc845a2ee98e1250fc7424c0c040683400e9b4b2 100644 (file)
@@ -66,7 +66,7 @@ static void main(unsigned long bist)
 
        // Get the serial port running and print a welcome banner
 
-    lpc47b272_enable_serial(SERIAL_DEV, TTYS0_BASE);
+    lpc47b272_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);
     uart_init();
     console_init();