summaryrefslogtreecommitdiff
path: root/configs/am335x_evm_defconfig
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2017-04-26 00:32:38 (GMT)
committerJagan Teki <jagan@openedev.com>2017-05-17 17:46:12 (GMT)
commit85c07a5a379e5874aef0e5a0560536a2e6fa6114 (patch)
tree7eed01db6ad5dfca9c01838e97dcaaa4bbbf54c9 /configs/am335x_evm_defconfig
parent411cf32d200aeca0754ce7083c51391af84cf612 (diff)
downloadu-boot-fsl-qoriq-85c07a5a379e5874aef0e5a0560536a2e6fa6114.tar.xz
Kconfig: fix SPL_FIT dependency
SPL_FIT obviously requires libfdt in SPL, so let Kconfig express that by selecting SPL_OF_LIBFDT. Also make the actual options that users want (SPL signature and SPL FIT loading) visible in the menu and let them select the SPL_FIT as a requirement. Also remove the now redundant SPL_OF_LIBFDT from those Kconfigs that had it in for the SPL FIT loading feature. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Simon Glass <sjg@chromium.org> [Remove change from configs/evb-rk3399_defconfig] Signed-off-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'configs/am335x_evm_defconfig')
-rw-r--r--configs/am335x_evm_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/am335x_evm_defconfig b/configs/am335x_evm_defconfig
index c3237f5..962bb65 100644
--- a/configs/am335x_evm_defconfig
+++ b/configs/am335x_evm_defconfig
@@ -48,4 +48,3 @@ CONFIG_G_DNL_MANUFACTURER="Texas Instruments"
CONFIG_G_DNL_VENDOR_NUM=0x0451
CONFIG_G_DNL_PRODUCT_NUM=0xd022
CONFIG_RSA=y
-CONFIG_SPL_OF_LIBFDT=y