This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / mainboard / nec / powermate2000 / auto.c
index 7ce77442ffb3418b200babf868508c59a6ba4cc3..507bbbc746e9cc2de7b85ab444131f47b0cea31f 100644 (file)
@@ -45,7 +45,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();