X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fmainboard%2Fpcengines%2Falix1c%2Fcache_as_ram_auto.c;h=472ea10c94bcb4a84fb36cae37913cad745e9f83;hb=0867062412dd4bfe5a556e5f3fd85ba5b682d79b;hp=e7a680cd4d4ae45e893b5aea069292d7c7687dfa;hpb=9702b6bf7ec5a4fb16934f1cf2724480e2460c89;p=coreboot.git diff --git a/src/mainboard/pcengines/alix1c/cache_as_ram_auto.c b/src/mainboard/pcengines/alix1c/cache_as_ram_auto.c index e7a680cd4..472ea10c9 100644 --- a/src/mainboard/pcengines/alix1c/cache_as_ram_auto.c +++ b/src/mainboard/pcengines/alix1c/cache_as_ram_auto.c @@ -161,7 +161,7 @@ void cache_as_ram_main(void) * It is counting on some early MSR setup for the CS5536. */ cs5536_disable_internal_uart(); - w83627hf_enable_serial(SERIAL_DEV, TTYS0_BASE); + w83627hf_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE); mb_gpio_init(); uart_init(); console_init();