]> Git Repo - J-u-boot.git/commitdiff
am335x: sl50: Enable CONFIG_AUTOBOOT_KEYED
authorEnric Balletbo i Serra <[email protected]>
Thu, 6 Jul 2017 09:37:58 +0000 (11:37 +0200)
committerTom Rini <[email protected]>
Fri, 7 Jul 2017 11:38:27 +0000 (07:38 -0400)
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 <[email protected]>
configs/am335x_sl50_defconfig

index 02ce013004475696dbe5d40e4f2230e11a5ad861..855e1ca9e29a39f111b2ca4a105cacce8f56f1ae 100644 (file)
@@ -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
This page took 0.041115 seconds and 4 git commands to generate.