summaryrefslogtreecommitdiff
path: root/include/configs/T4240QDS.h
diff options
context:
space:
mode:
authorRuchika Gupta <ruchika.gupta@freescale.com>2014-10-07 10:18:46 (GMT)
committerYork Sun <yorksun@freescale.com>2014-10-16 21:21:09 (GMT)
commit789490b6c0c56ed803555d2f9ecc7b35ae49a90c (patch)
tree54ec4e9be1d5fe66cc04614bb1b88f2997f55ab2 /include/configs/T4240QDS.h
parentc5de15cbc8a8c87ae9f104e958ee6a374a145724 (diff)
downloadu-boot-fsl-qoriq-789490b6c0c56ed803555d2f9ecc7b35ae49a90c.tar.xz
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/T4240QDS.h')
-rw-r--r--include/configs/T4240QDS.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/T4240QDS.h b/include/configs/T4240QDS.h
index e5d3f04..1e0f5ec 100644
--- a/include/configs/T4240QDS.h
+++ b/include/configs/T4240QDS.h
@@ -632,4 +632,8 @@ unsigned long get_board_ddr_clk(void);
#include <asm/fsl_secure_boot.h>
+#ifdef CONFIG_SECURE_BOOT
+#define CONFIG_CMD_BLOB
+#endif
+
#endif /* __CONFIG_H */