
29 Apr
2017
29 Apr
'17
2:27 a.m.
On 25 April 2017 at 18:32, Andre Przywara andre.przywara@arm.com wrote:
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
Kconfig | 4 +++- configs/am335x_evm_defconfig | 1 - configs/evb-rk3399_defconfig | 1 - 3 files changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org