console: Fix UART selection prompt

Without this change, removal of default UART_FOR_CONSOLE entries
under mainboard/ Kconfig will remove this option entirely from
created .config file.

Change-Id: I11422ddb8c51abca177f999936c995ae0c91c459
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/5626
Tested-by: build bot (Jenkins)
Reviewed-by: David Hendricks <dhendrix@chromium.org>
This commit is contained in:
Kyösti Mälkki 2014-05-01 00:02:43 +03:00
parent 93966e8592
commit d540377390
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ if CONSOLE_SERIAL
depends on HAVE_UART_SPECIAL depends on HAVE_UART_SPECIAL
config UART_FOR_CONSOLE config UART_FOR_CONSOLE
prompt "Index for UART port to use for console" int "Index for UART port to use for console"
default 0 default 0
# FIXME: Early programming in romstage is incorrect as we should # FIXME: Early programming in romstage is incorrect as we should