summaryrefslogtreecommitdiff
path: root/configs/thuban_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-10-09 12:22:06 -0400
committerTom Rini <trini@konsulko.com>2020-10-09 12:22:06 -0400
commit0817daa7606ec55ba551acb0208eaba33a548804 (patch)
tree760afc39c86954919d0a3abe3b9edba4a49dbe36 /configs/thuban_defconfig
parent1fa057be4a1b7c9615a47f682bd82951e8a5fde6 (diff)
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/thuban_defconfig')
-rw-r--r--configs/thuban_defconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/thuban_defconfig b/configs/thuban_defconfig
index 6a0f2d6f0a..c54b91ef8b 100644
--- a/configs/thuban_defconfig
+++ b/configs/thuban_defconfig
@@ -24,6 +24,9 @@ CONFIG_SPL_SPI_SUPPORT=y
CONFIG_DEFAULT_DEVICE_TREE="am335x-draco"
CONFIG_ENV_VARS_UBOOT_CONFIG=y
CONFIG_BOOTDELAY=3
+CONFIG_AUTOBOOT_KEYED=y
+CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press \"<Esc><Esc>\" to stop\n"
+CONFIG_AUTOBOOT_STOP_STR="\x1b\x1b"
CONFIG_USE_PREBOOT=y
CONFIG_SYS_CONSOLE_INFO_QUIET=y
# CONFIG_DISPLAY_BOARDINFO is not set
@@ -39,9 +42,6 @@ CONFIG_SPL_YMODEM_SUPPORT=y
# CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC is not set
CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="U-Boot# "
-CONFIG_AUTOBOOT_KEYED=y
-CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press \"<Esc><Esc>\" to stop\n"
-CONFIG_AUTOBOOT_STOP_STR="\x1b\x1b"
CONFIG_CMD_ASKENV=y
CONFIG_CMD_DFU=y
# CONFIG_CMD_FLASH is not set