summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorEric Sun <jian.sun@freescale.com>2012-07-13 15:27:10 +0800
committerEric Sun <jian.sun@freescale.com>2012-07-13 15:45:12 +0800
commitdb5d1e6606540706e91dec47c78b468c7d94a339 (patch)
tree1119747233ecb05416adf517bce26c64051b150d /include/configs
parent86a3cb55b2685aa6cd47adfb1753225e333572e6 (diff)
ENGR00217114-1 MX6 U-Boot, Secure Boot, one code base for MX6Q/DL/SL
Move the secure boot related implementation code from mx6q_arm2.c to mx6/generic.c. In this way the HAB feature can be shared by all MX6 platforms Signed-off-by: Eric Sun <jian.sun@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mx6dl_arm2.h2
-rw-r--r--include/configs/mx6sl_arm2.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/mx6dl_arm2.h b/include/configs/mx6dl_arm2.h
index 15abcabf6c..9b10aaab1f 100644
--- a/include/configs/mx6dl_arm2.h
+++ b/include/configs/mx6dl_arm2.h
@@ -35,6 +35,8 @@
#define CONFIG_FLASH_HEADER_OFFSET 0x400
#define CONFIG_MX6_CLK32 32768
+#define CONFIG_SECURE_BOOT
+
#define CONFIG_SKIP_RELOCATE_UBOOT
#define CONFIG_ARCH_CPU_INIT
diff --git a/include/configs/mx6sl_arm2.h b/include/configs/mx6sl_arm2.h
index a7117c42f2..ae23783c44 100644
--- a/include/configs/mx6sl_arm2.h
+++ b/include/configs/mx6sl_arm2.h
@@ -31,6 +31,8 @@
#define CONFIG_FLASH_HEADER_OFFSET 0x400
#define CONFIG_MX6_CLK32 32768
+#define CONFIG_SECURE_BOOT
+
#include <asm/arch/mx6.h>
#define CONFIG_SKIP_RELOCATE_UBOOT