This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / mainboard / supermicro / x6dhe_g / auto.c
index da340b73eb45dc584f5e99f3839e443882654148..ef99677af70c4526ebef68bcfb5ac76ec144faef 100644 (file)
@@ -102,7 +102,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();