This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / mainboard / gigabyte / ga-6bxc / auto.c
index e67431afc513f4cbc9e79c0685f63e755fc359a0..9947d20e97582f04d07436344224b88e6bd90896 100644 (file)
@@ -54,7 +54,7 @@ static void main(unsigned long bist)
        if (bist == 0)
                early_mtrr_init();
 
-       it8671f_enable_serial(SERIAL_DEV, TTYS0_BASE);
+       it8671f_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);
        uart_init();
        console_init();
        report_bist_failure(bist);