]> git.ipfire.org Git - people/ms/u-boot.git/commit - Kconfig
Kconfig: fix SPL_FIT dependency
authorAndre Przywara <andre.przywara@arm.com>
Wed, 26 Apr 2017 00:32:38 +0000 (01:32 +0100)
committerJagan Teki <jagan@openedev.com>
Wed, 17 May 2017 17:46:12 +0000 (23:16 +0530)
commit85c07a5a379e5874aef0e5a0560536a2e6fa6114
tree7eed01db6ad5dfca9c01838e97dcaaa4bbbf54c9
parent411cf32d200aeca0754ce7083c51391af84cf612
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>
Kconfig
configs/am335x_evm_defconfig