summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAneesh Bansal <aneesh.bansal@nxp.com>2016-01-22 16:37:22 +0530
committerYork Sun <york.sun@nxp.com>2016-01-27 08:12:08 -0800
commitef6c55a240a0ce303617cde81b08ac96f56a89d7 (patch)
tree097c3ba2e5136c944c7160d931d114b589006710 /arch
parentc088326597cad019618a98f6fc65bc1dd92eb301 (diff)
downloadblackbird-obmc-uboot-ef6c55a240a0ce303617cde81b08ac96f56a89d7.tar.gz
blackbird-obmc-uboot-ef6c55a240a0ce303617cde81b08ac96f56a89d7.zip
secure_boot: include/configs: make secure boot header file uniform
The file fsl_secure_boot.h must be included in config file for Secure Boot. This is not required to be protected by any macro. CONFIG_FSL_CAAM must be defined and CONFIG_CMD_HASH should be turned on. The above was missing in some config files and all files have been made uniform in this respect. Signed-off-by: Aneesh Bansal <aneesh.bansal@nxp.com> Acked-by: Ruchika Gupta <ruchika.gupta@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/include/asm/fsl_secure_boot.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/include/asm/fsl_secure_boot.h b/arch/arm/include/asm/fsl_secure_boot.h
index 806302bc61..b29e71cc43 100644
--- a/arch/arm/include/asm/fsl_secure_boot.h
+++ b/arch/arm/include/asm/fsl_secure_boot.h
@@ -34,6 +34,11 @@
#define CONFIG_FSL_ISBC_KEY_EXT
#endif
+#ifdef CONFIG_LS1043A
+/* For LS1043 (ARMv8), ESBC image Address in Header is 64 bit */
+#define CONFIG_ESBC_ADDR_64BIT
+#endif
+
#ifndef CONFIG_FIT_SIGNATURE
#define CONFIG_EXTRA_ENV \
OpenPOWER on IntegriCloud