summaryrefslogtreecommitdiff
path: root/configs/socrates_defconfig
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2023-01-24 20:06:58 +0300
committerTom Rini <trini@konsulko.com>2023-02-06 21:04:53 +0300
commit5a971a2728eb02d59988d034bde0d3dfa19f442e (patch)
treedefca1828758dbe761986a3fe6e4b5229a46761f /configs/socrates_defconfig
parent1088fcb96f266c747b3080abad6fa6fb1898c207 (diff)
downloadu-boot-5a971a2728eb02d59988d034bde0d3dfa19f442e.tar.xz
powerpc/mpc85xx: socrates: add autoboot delay string
add autoboot delay string for socrates board. use sha256 for abort autoboot, use "ao" to abort. Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'configs/socrates_defconfig')
-rw-r--r--configs/socrates_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/socrates_defconfig b/configs/socrates_defconfig
index 816e59872e..8640dc990a 100644
--- a/configs/socrates_defconfig
+++ b/configs/socrates_defconfig
@@ -20,6 +20,11 @@ CONFIG_FIT_VERBOSE=y
CONFIG_OF_BOARD_SETUP=y
CONFIG_SYS_MONITOR_BASE=0xFFF40000
CONFIG_BOOTDELAY=1
+CONFIG_AUTOBOOT_KEYED=y
+CONFIG_AUTOBOOT_PROMPT="Enter password to abort autoboot in %d seconds!\n"
+CONFIG_AUTOBOOT_ENCRYPTION=y
+CONFIG_AUTOBOOT_STOP_STR_ENABLE=y
+CONFIG_AUTOBOOT_STOP_STR_SHA256="2dd411308b37266d33c9246821adc5aa4002f0091f5e2aece1953789930ad924"
CONFIG_BOOT_RETRY=y
CONFIG_BOOT_RETRY_TIME=120
CONFIG_RESET_TO_RETRY=y