autoboot: Drop unused CONFIG_MENUPROMPT
authorSimon Glass <sjg@chromium.org>
Sun, 21 Jul 2019 02:51:20 +0000 (20:51 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 2 Aug 2019 15:19:14 +0000 (11:19 -0400)
commit2452bb7636beb5eeae29185518a899349289c609
treeb9e58f04a7a20d3ad9fd64b94caa4f9924c5e265
parente79e4b250af3c714cfa9aecb2cf5165443429210
autoboot: Drop unused CONFIG_MENUPROMPT

This is not defined by any board. We could use CONFIG_AUTOBOOT_PROMPT
instead perhaps, but this depends on CONFIG_AUTOBOOT_KEYED which is not
used for the single-key case.

So let's just remove CONFIG_MENUPROMPT.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/autoboot.c
scripts/config_whitelist.txt