The recent "Secure Boot by Authenticating/Decrypting SPL FIT blobs" patch series [1] introduced an undesired dependency on CONFIG_SPL_LOAD_FIT for TI secure devices, breaking the build when that option is not active. While this is not an immediately visible issue as we migrated all applicable device defconfig files to use CONFIG_SPL_LOAD_FIT, it does create an issue if someone choses to disable that option
[1] https://www.mail-archive.com/u-boot%40lists.denx.de/msg217284.html Andreas Dannenberg (2): arm: am4x: fix build dependency for secure devices arm: omap5: fix build dependency for secure devices arch/arm/cpu/armv7/am33xx/config.mk | 2 +- arch/arm/cpu/armv7/omap5/config.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 2.7.2 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot