diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2018-03-15 22:11:46 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-06 17:04:33 -0400 |
commit | 3bf5f13c0cda80cf1075c53862cb3ba998245cf8 (patch) | |
tree | faeb6d9bb12130f2cb158c36c60bcb2d5c693495 /configs/am335x_shc_sdboot_prompt_defconfig | |
parent | c0bc2a7e06742d32b14b7d71e617dc5428bf8ef2 (diff) | |
download | u-boot-3bf5f13c0cda80cf1075c53862cb3ba998245cf8.tar.gz u-boot-3bf5f13c0cda80cf1075c53862cb3ba998245cf8.tar.bz2 u-boot-3bf5f13c0cda80cf1075c53862cb3ba998245cf8.zip |
Migrate CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC
This converts CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC to Kconfig
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Diffstat (limited to 'configs/am335x_shc_sdboot_prompt_defconfig')
-rw-r--r-- | configs/am335x_shc_sdboot_prompt_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am335x_shc_sdboot_prompt_defconfig b/configs/am335x_shc_sdboot_prompt_defconfig index 82a61a3596..2ef7cedf1b 100644 --- a/configs/am335x_shc_sdboot_prompt_defconfig +++ b/configs/am335x_shc_sdboot_prompt_defconfig @@ -23,6 +23,7 @@ CONFIG_SPL_I2C_SUPPORT=y CONFIG_SPL_OS_BOOT=y CONFIG_SPL_POWER_SUPPORT=y CONFIG_SPL_YMODEM_SUPPORT=y +# CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC is not set CONFIG_SYS_PROMPT="U-Boot# " CONFIG_AUTOBOOT_KEYED=y CONFIG_AUTOBOOT_PROMPT="Enter 'shc' to enter prompt (times out) %d \nEnter 'noautoboot' to enter prompt without timeout\n" |