summaryrefslogtreecommitdiffstats
path: root/configs/am335x_boneblack_vboot_defconfig
diff options
context:
space:
mode:
authorrobertcnelson@gmail.com <robertcnelson@gmail.com>2016-01-14 12:15:25 -0600
committerTom Rini <trini@konsulko.com>2016-01-20 10:19:40 -0500
commit07684b995b7755a2357f7fd2b1ea37f4ee096470 (patch)
tree19269e1577c2457a83bcc7a18c4d6cdd8b339fd7 /configs/am335x_boneblack_vboot_defconfig
parentc67b760dd904b2d5828c408473f658768a7b327a (diff)
downloadblackbird-obmc-uboot-07684b995b7755a2357f7fd2b1ea37f4ee096470.tar.gz
blackbird-obmc-uboot-07684b995b7755a2357f7fd2b1ea37f4ee096470.zip
am335x: BeagleBones enable CONFIG_AUTOBOOT_KEYED
On startup, the BeagleBone family of boards can occationally halt at the U-Boot prompt. Due to U-Boot receiving random data on the usart. Migrate BeagleBone based boards to use CONFIG_AUTOBOOT_KEYED, user will now have to enter the <SPACE> key to get to U-Boot prompt Signed-off-by: Robert Nelson <robertcnelson@gmail.com> CC: Craig McQueen <craig.mcqueen@innerrange.com> CC: Tom Rini <trini@konsulko.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/am335x_boneblack_vboot_defconfig')
-rw-r--r--configs/am335x_boneblack_vboot_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/am335x_boneblack_vboot_defconfig b/configs/am335x_boneblack_vboot_defconfig
index ad40b077d8..5dcb942f39 100644
--- a/configs/am335x_boneblack_vboot_defconfig
+++ b/configs/am335x_boneblack_vboot_defconfig
@@ -8,6 +8,10 @@ CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_FIT_SIGNATURE=y
CONFIG_SYS_EXTRA_OPTIONS="EMMC_BOOT,ENABLE_VBOOT"
+CONFIG_AUTOBOOT_KEYED=y
+CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n"
+CONFIG_AUTOBOOT_DELAY_STR="d"
+CONFIG_AUTOBOOT_STOP_STR=" "
# CONFIG_CMD_IMLS is not set
# CONFIG_CMD_FLASH is not set
CONFIG_CMD_GPIO=y
OpenPOWER on IntegriCloud