This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / mainboard / biostar / m6tba / auto.c
index f68db561565fb2d37e64f614dd520bb4a680bd75..5a6244900e5ef89ccbb6b1599ad18abf138a6555 100644 (file)
@@ -54,7 +54,7 @@ static void main(unsigned long bist)
        if (bist == 0)
                early_mtrr_init();
 
-       smscsuperio_enable_serial(SERIAL_DEV, TTYS0_BASE);
+       smscsuperio_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);
        uart_init();
        console_init();
        report_bist_failure(bist);