This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / mainboard / msi / ms6147 / auto.c
index 6172743b40bcd2322b1ad2476b4b07856b920c71..a9a95a8689a913ddc601ae54e5ea6742a6b013bd 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);