diff options
author | Simon Glass <sjg@chromium.org> | 2017-08-04 22:34:48 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-11 19:41:57 (GMT) |
commit | 72c3033fd1da878aec6b23eb9086a83f57d54eee (patch) | |
tree | ac6ff535bcb92cd1b3e4dbe53962aaccb8846bc1 /configs/omap3_overo_defconfig | |
parent | 2a728f3a1e3fd6f0483af822d5063766a3344ef2 (diff) | |
download | u-boot-fsl-qoriq-72c3033fd1da878aec6b23eb9086a83f57d54eee.tar.xz |
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/omap3_overo_defconfig')
-rw-r--r-- | configs/omap3_overo_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/omap3_overo_defconfig b/configs/omap3_overo_defconfig index 1a1dfcf..12dab49 100644 --- a/configs/omap3_overo_defconfig +++ b/configs/omap3_overo_defconfig @@ -16,6 +16,7 @@ CONFIG_SYS_PROMPT="Overo # " CONFIG_CMD_BOOTZ=y # CONFIG_CMD_IMI is not set # CONFIG_CMD_IMLS is not set +CONFIG_CMD_SPL=y CONFIG_CMD_ASKENV=y # CONFIG_CMD_FLASH is not set CONFIG_CMD_MMC=y |