summaryrefslogtreecommitdiffstats
path: root/arch/arm/imx-common/Makefile
diff options
context:
space:
mode:
authorAdrian Alonso <aalonso@freescale.com>2015-10-12 13:48:08 -0500
committerStefano Babic <sbabic@denx.de>2015-10-30 15:20:57 +0100
commit7a7281a91c2e0b27bc276ef879e896ed8669342a (patch)
tree2fbed57f98ee2a1e29accd0d3ded9cb679ff59fb /arch/arm/imx-common/Makefile
parentfc5ad4778d91dabbeca3bc05a78cb669686f0a9c (diff)
downloadtalos-obmc-uboot-7a7281a91c2e0b27bc276ef879e896ed8669342a.tar.gz
talos-obmc-uboot-7a7281a91c2e0b27bc276ef879e896ed8669342a.zip
imx: hab: rework secure boot support for imx6
Rework secure boot support for imx6, move existing hab support for imx6 into imx-common for SoC reuse. Signed-off-by: Adrian Alonso <aalonso@freescale.com>
Diffstat (limited to 'arch/arm/imx-common/Makefile')
-rw-r--r--arch/arm/imx-common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/imx-common/Makefile b/arch/arm/imx-common/Makefile
index 1698d061e7..4abffee623 100644
--- a/arch/arm/imx-common/Makefile
+++ b/arch/arm/imx-common/Makefile
@@ -27,6 +27,7 @@ ifeq ($(SOC),$(filter $(SOC),mx6 mx7))
obj-y += cache.o init.o
obj-$(CONFIG_CMD_SATA) += sata.o
obj-$(CONFIG_IMX_VIDEO_SKIP) += video.o
+obj-$(CONFIG_SECURE_BOOT) += hab.o
endif
ifeq ($(SOC),$(filter $(SOC),vf610))
obj-y += ddrmc-vf610.o
OpenPOWER on IntegriCloud