From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Dannenberg Date: Wed, 20 Jul 2016 13:55:57 -0500 Subject: [U-Boot] [PATCH 0/2] fix build dependency for TI secure devices Message-ID: <1469040959-29908-1-git-send-email-dannenberg@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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