diff options
author | Enric Balletbo i Serra <enric.balletbo@collabora.com> | 2017-07-06 11:37:58 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-07-07 07:38:27 -0400 |
commit | 7f1380e835568440e1ae511b7a6311f657ecf2de (patch) | |
tree | 36af14784f6ac2a6c42cc236b507ed63f7bd8b53 | |
parent | 29e0031393dd6a76e37012c1a88bed138da24752 (diff) | |
download | u-boot-7f1380e835568440e1ae511b7a6311f657ecf2de.zip u-boot-7f1380e835568440e1ae511b7a6311f657ecf2de.tar.gz u-boot-7f1380e835568440e1ae511b7a6311f657ecf2de.tar.bz2 |
am335x: sl50: Enable CONFIG_AUTOBOOT_KEYED
On startup the SL50 board halt at U-Boot prompt. Use CONFIG_AUTOBOOT_KEYED
to enable autoboot for this board and define the <SPACE> key to get the
U-Boot prompt.
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
-rw-r--r-- | configs/am335x_sl50_defconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configs/am335x_sl50_defconfig b/configs/am335x_sl50_defconfig index 02ce013..855e1ca 100644 --- a/configs/am335x_sl50_defconfig +++ b/configs/am335x_sl50_defconfig @@ -23,7 +23,10 @@ CONFIG_SPL_I2C_SUPPORT=y CONFIG_SPL_OS_BOOT=y CONFIG_SPL_POWER_SUPPORT=y CONFIG_SPL_YMODEM_SUPPORT=y -# CONFIG_AUTOBOOT is not set +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_ASKENV=y CONFIG_CMD_EEPROM=y |