summaryrefslogtreecommitdiff
path: root/configs/bk4r1_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-06-17 02:06:09 +0300
committerTom Rini <trini@konsulko.com>2020-06-26 17:29:05 +0300
commitb120665fe9616707d16c0df19ace659fbe1fd0dd (patch)
treebc8dbd0eae28140f97854d946c187c32c443c8c1 /configs/bk4r1_defconfig
parentf61e2e414c8484fa65fc0d9a11bbc15c87824694 (diff)
downloadu-boot-b120665fe9616707d16c0df19ace659fbe1fd0dd.tar.xz
bk4r1: Re-convert CONFIG_AUTOBOOT_PROMPT et al to Kconfig
This converts the following to Kconfig: CONFIG_AUTOBOOT_PROMPT CONFIG_AUTOBOOT_KEYED CONFIG_AUTOBOOT_STOP_STR Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/bk4r1_defconfig')
-rw-r--r--configs/bk4r1_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/bk4r1_defconfig b/configs/bk4r1_defconfig
index 8c2bda6984..bcad243dd2 100644
--- a/configs/bk4r1_defconfig
+++ b/configs/bk4r1_defconfig
@@ -18,6 +18,9 @@ CONFIG_BOOTDELAY=3
CONFIG_USE_PREBOOT=y
CONFIG_BOARD_EARLY_INIT_F=y
CONFIG_HUSH_PARSER=y
+CONFIG_AUTOBOOT_KEYED=y
+CONFIG_AUTOBOOT_PROMPT="Enter passphrase to stop autoboot, booting in %d seconds\n"
+CONFIG_AUTOBOOT_STOP_STR="123"
# CONFIG_CMD_ELF is not set
CONFIG_CMD_MEMTEST=y
CONFIG_SYS_MEMTEST_START=0x80010000