]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/cpu/armv7/omap5/config.mk
spl: build: ti: add support for secure boot images
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / omap5 / config.mk
index ef2725affa33fff6252c33672415934a4dc5381b..a7e55a5e2449e0c9d6e4cbb158cf0dc186c1a57b 100644 (file)
@@ -6,8 +6,14 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
+include  $(srctree)/$(CPUDIR)/omap-common/config_secure.mk
+
 ifdef CONFIG_SPL_BUILD
+ifeq ($(CONFIG_TI_SECURE_DEVICE),y)
+ALL-y  += u-boot-spl_HS_MLO u-boot-spl_HS_X-LOADER
+else
 ALL-y  += MLO
+endif
 else
 ALL-y  += u-boot.img
 endif