summaryrefslogtreecommitdiff
path: root/configs/am335x_sl50_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-08-04 16:34:48 -0600
committerTom Rini <trini@konsulko.com>2017-08-11 15:41:57 -0400
commit72c3033fd1da878aec6b23eb9086a83f57d54eee (patch)
treeac6ff535bcb92cd1b3e4dbe53962aaccb8846bc1 /configs/am335x_sl50_defconfig
parent2a728f3a1e3fd6f0483af822d5063766a3344ef2 (diff)
Convert CONFIG_CMD_SPL to Kconfig
This converts the following to Kconfig: CONFIG_CMD_SPL Note that trats does not actually use SPL, so this option can no-longer be set. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'configs/am335x_sl50_defconfig')
-rw-r--r--configs/am335x_sl50_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am335x_sl50_defconfig b/configs/am335x_sl50_defconfig
index 41dd2da374..e0956d5b99 100644
--- a/configs/am335x_sl50_defconfig
+++ b/configs/am335x_sl50_defconfig
@@ -29,6 +29,7 @@ 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_SPL=y
CONFIG_CMD_ASKENV=y
CONFIG_CMD_EEPROM=y
# CONFIG_CMD_FLASH is not set