This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / mainboard / iei / pcisa-lx-800-r10 / cache_as_ram_auto.c
index 23a740aeb48adc7fa07c95f5d1a8335a1ed5526f..cccb4a7509c5bc0a65ee22917cc52336af8c094a 100644 (file)
@@ -118,7 +118,7 @@ void cache_as_ram_main(void)
        /* Note: must do this AFTER the early_setup! It is counting on some
         * early MSR setup for CS5536.
         */
-       w83627hf_enable_serial(SERIAL_DEV, TTYS0_BASE);
+       w83627hf_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);
        mb_gpio_init();
        uart_init();
        console_init();