diff options
author | Simon Glass <sjg@chromium.org> | 2019-07-20 20:51:25 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-02 11:19:14 -0400 |
commit | cf9803a60b27da7958f6abc9b42e58f3783f5880 (patch) | |
tree | a3196a35a64a383123559513c389a5f488b1c57c /include/configs/nokia_rx51.h | |
parent | e231306e48870b7138d5ff161e16e0d53b325314 (diff) |
Convert CONFIG_AUTOBOOT_MENU_SHOW to Kconfig
This converts the following to Kconfig:
CONFIG_AUTOBOOT_MENU_SHOW
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/nokia_rx51.h')
-rw-r--r-- | include/configs/nokia_rx51.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/nokia_rx51.h b/include/configs/nokia_rx51.h index b251061e30..fd755bbcea 100644 --- a/include/configs/nokia_rx51.h +++ b/include/configs/nokia_rx51.h @@ -270,8 +270,6 @@ int rx51_kp_getc(struct stdio_dev *sdev); "run attachboot;" \ "echo" -#define CONFIG_AUTOBOOT_MENU_SHOW - /* * Miscellaneous configurable options */ |