This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / mainboard / via / pc2500e / auto.c
index dbc6720607a254608421014c73d970fe8f0aaae2..f11dacd7788b7f37ed8599f9f3343a0c5eedfd01 100644 (file)
@@ -65,7 +65,7 @@ static void main(unsigned long bist)
        /* Enable multifunction for northbridge. */
        pci_write_config8(ctrl.d0f0, 0x4f, 0x01);
 
-       it8716f_enable_serial(SERIAL_DEV, TTYS0_BASE);
+       it8716f_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);
        uart_init();
        console_init();