This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / mainboard / asus / mew-am / auto.c
index ea09d6c371c8788e11de04fbbeae72f51b6f70be..05a163d779c27f656e8377d704d383a0b2023dbe 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);