This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / mainboard / supermicro / x6dhr_ig / auto.c
index 92020189d235279023f6df9d86b530a5081c84e5..722157b45450a405d548fab512b2ead7db3a6fd6 100644 (file)
@@ -103,7 +103,7 @@ static void main(unsigned long bist)
        outb(0x87,0x2e);
        outb(0x87,0x2e);
        pnp_write_config(CONSOLE_SERIAL_DEV, 0x24, 0x84 | (1 << 6));
-       w83627hf_enable_dev(CONSOLE_SERIAL_DEV, TTYS0_BASE);
+       w83627hf_enable_dev(CONSOLE_SERIAL_DEV, CONFIG_TTYS0_BASE);
        uart_init();
        console_init();