diff options
author | Simon Glass <sjg@chromium.org> | 2019-07-20 20:51:22 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-02 11:19:14 -0400 |
commit | daedaada38b89b7d4ca14b01d7c3eb775cf5a0a8 (patch) | |
tree | 36b0de81ac12397d3a599a62d48d1e1fc04c4850 /configs/snow_defconfig | |
parent | 8fc31e23aa83dfe9a01bec5738ccbed7d4ad442e (diff) |
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>
Diffstat (limited to 'configs/snow_defconfig')
-rw-r--r-- | configs/snow_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/snow_defconfig b/configs/snow_defconfig index f4744095164..e5c7bdd6cc2 100644 --- a/configs/snow_defconfig +++ b/configs/snow_defconfig @@ -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 |