This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / mainboard / compaq / deskpro_en_sff_p600 / auto.c
index 032dd6f0d4c238378d93a32f0f046562fcfed760..424f6f698be12f144c0c5a3fa6b0bd2fbd46fdba 100644 (file)
@@ -57,7 +57,7 @@ static void main(unsigned long bist)
                early_mtrr_init();
 
        /* FIXME: Should be PC97307! */
-       pc97317_enable_serial(SERIAL_DEV, TTYS0_BASE);
+       pc97317_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);
        uart_init();
        console_init();
        report_bist_failure(bist);