From 68824c13c3606e9400c1a302ba38c009e915a64d Mon Sep 17 00:00:00 2001 From: "Ye.Li" Date: Mon, 1 Jun 2015 12:01:40 +0800 Subject: MLK-11008 imx: HAB: Fix secure boot configuration and build issue 1. There is conflict when building secure boot, because some common codes for MPC are included by using same configuration. So modify the makefile to get rid of them. 2. The 6UL arch config is missed in hab.h. Fix this issue by using the CONFIG_ROM_UNIFIED_SECTIONS. Signed-off-by: Ye.Li --- board/freescale/common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board') diff --git a/board/freescale/common/Makefile b/board/freescale/common/Makefile index c9d4250..3e8fa26 100644 --- a/board/freescale/common/Makefile +++ b/board/freescale/common/Makefile @@ -77,7 +77,7 @@ obj-$(CONFIG_P5040DS) += p_corenet/ obj-$(CONFIG_LS102XA_NS_ACCESS) += ns_access.o ifdef CONFIG_SECURE_BOOT -obj-y += fsl_validate.o +obj-$(CONFIG_CMD_ESBC_VALIDATE) += fsl_validate.o obj-$(CONFIG_CMD_ESBC_VALIDATE) += cmd_esbc_validate.o endif -- cgit v1.1