mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
snow: Define CONFIG_AUTOBOOT_MENUKEY
This option is not used by any boards. To avoid needing to remove it as dead code, add it to 'snow'. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
8fc31e23aa
commit
daedaada38
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ CONFIG_SILENT_CONSOLE=y
|
|||
# CONFIG_SPL_FRAMEWORK is not set
|
||||
CONFIG_SPL_TEXT_BASE=0x02023400
|
||||
CONFIG_SYS_PROMPT="snow # "
|
||||
CONFIG_USE_AUTOBOOT_MENUKEY=y
|
||||
CONFIG_AUTOBOOT_MENUKEY=33
|
||||
CONFIG_CMD_GPIO=y
|
||||
CONFIG_CMD_I2C=y
|
||||
CONFIG_CMD_MMC=y
|
||||
|
|
Loading…
Reference in a new issue