This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / mainboard / supermicro / x6dhr_ig2 / auto.c
index 7be62506500339ce19b138c184ea7bef493becf2..97eaca3a63348a4c82ef8ae60ea159a5c5e3cdec 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();