mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00:00
nokia_rx51: re-enable CONSOLE_MUX and SYS_CONSOLE_IS_IN_ENV
With disabled legacy VIDEO option CONSOLE_MUX is not auto-selected
any more, re-enable it.
Fixes: 9dec5a0ea1
("nokia_rx51: disable obsolete VIDEO config")
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Reviewed-by: Pali Rohár <pali@kernel.org>
This commit is contained in:
parent
43428c6915
commit
986c980c82
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ CONFIG_AUTOBOOT_KEYED=y
|
|||
CONFIG_AUTOBOOT_MENU_SHOW=y
|
||||
CONFIG_USE_PREBOOT=y
|
||||
CONFIG_PREBOOT="run preboot"
|
||||
CONFIG_CONSOLE_MUX=y
|
||||
CONFIG_HUSH_PARSER=y
|
||||
CONFIG_SYS_PROMPT="Nokia RX-51 # "
|
||||
# CONFIG_CMD_BDI is not set
|
||||
|
|
Loading…
Add table
Reference in a new issue