summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorAdrian Alonso <aalonso@freescale.com>2015-10-12 13:48:16 -0500
committerStefano Babic <sbabic@denx.de>2015-10-30 15:22:37 +0100
commit78e9ca52edaab74ad645d719676ff4c24d2f462c (patch)
tree6e87fe605e95b5b4da4bc3cd6d886e5bc4e3a14e /include/configs
parentee3899aa6c938f950a66024f1a451f3219ed85ec (diff)
downloadblackbird-obmc-uboot-78e9ca52edaab74ad645d719676ff4c24d2f462c.tar.gz
blackbird-obmc-uboot-78e9ca52edaab74ad645d719676ff4c24d2f462c.zip
mx7dsabresd: add secure boot support
Add secure boot support for mx7dsabresd target board Signed-off-by: Adrian Alonso <aalonso@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mx7dsabresd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/mx7dsabresd.h b/include/configs/mx7dsabresd.h
index f16f9c1271..eb45d50de1 100644
--- a/include/configs/mx7dsabresd.h
+++ b/include/configs/mx7dsabresd.h
@@ -14,6 +14,10 @@
#define CONFIG_DBG_MONITOR
#define PHYS_SDRAM_SIZE SZ_1G
+/* Uncomment to enable secure boot support */
+/* #define CONFIG_SECURE_BOOT */
+#define CONFIG_CSF_SIZE 0x4000
+
/* Network */
#define CONFIG_CMD_MII
#define CONFIG_FEC_MXC
OpenPOWER on IntegriCloud