summaryrefslogtreecommitdiffstats
path: root/include/configs/P1010RDB.h
diff options
context:
space:
mode:
authorRuchika Gupta <ruchika.gupta@freescale.com>2014-10-07 15:48:46 +0530
committerYork Sun <yorksun@freescale.com>2014-10-16 14:21:09 -0700
commit789490b6c0c56ed803555d2f9ecc7b35ae49a90c (patch)
tree54ec4e9be1d5fe66cc04614bb1b88f2997f55ab2 /include/configs/P1010RDB.h
parentc5de15cbc8a8c87ae9f104e958ee6a374a145724 (diff)
downloadblackbird-obmc-uboot-789490b6c0c56ed803555d2f9ecc7b35ae49a90c.tar.gz
blackbird-obmc-uboot-789490b6c0c56ed803555d2f9ecc7b35ae49a90c.zip
mpc85xx: configs - Enable blob command in freescale platforms
Enable blob commands for platforms having SEC 4.0 or greater for secure boot scenarios Signed-off-by: Ruchika Gupta <ruchika.gupta@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/P1010RDB.h')
-rw-r--r--include/configs/P1010RDB.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h
index f58fba28f0..d378dbd1a1 100644
--- a/include/configs/P1010RDB.h
+++ b/include/configs/P1010RDB.h
@@ -963,4 +963,8 @@ extern unsigned long get_sdram_size(void);
#include <asm/fsl_secure_boot.h>
+#ifdef CONFIG_SECURE_BOOT
+#define CONFIG_CMD_BLOB
+#endif
+
#endif /* __CONFIG_H */
OpenPOWER on IntegriCloud