summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2015-06-01 12:01:40 +0800
committerYe.Li <B37916@freescale.com>2015-06-01 13:46:17 +0800
commit68824c13c3606e9400c1a302ba38c009e915a64d (patch)
tree2da7e869b92aed8e50615736883c70e0bac633ea /board
parent6f3fa2b6363df6a0fd348d45045e4b213c81aab7 (diff)
downloadu-boot-imx-68824c13c3606e9400c1a302ba38c009e915a64d.zip
u-boot-imx-68824c13c3606e9400c1a302ba38c009e915a64d.tar.gz
u-boot-imx-68824c13c3606e9400c1a302ba38c009e915a64d.tar.bz2
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 <B37916@freescale.com>
Diffstat (limited to 'board')
-rw-r--r--board/freescale/common/Makefile2
1 files changed, 1 insertions, 1 deletions
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