This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / mainboard / intel / mtarvon / auto.c
index dd4b76346caa43678beab61397a2e5b19d379040..59c4e2fbc1e47492c2f13d38e74834b92847e9c7 100644 (file)
@@ -86,7 +86,7 @@ static void main(unsigned long bist)
        }
        /* Set up the console */
        i3100_enable_superio();
-       i3100_enable_serial(0x4e, I3100_SP1, TTYS0_BASE);
+       i3100_enable_serial(0x4e, I3100_SP1, CONFIG_TTYS0_BASE);
        uart_init();
        console_init();