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