diff options
author | Ruchika Gupta <ruchika.gupta@freescale.com> | 2014-10-07 15:48:46 +0530 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-10-16 14:21:09 -0700 |
commit | 789490b6c0c56ed803555d2f9ecc7b35ae49a90c (patch) | |
tree | 54ec4e9be1d5fe66cc04614bb1b88f2997f55ab2 /include/configs/T104xRDB.h | |
parent | c5de15cbc8a8c87ae9f104e958ee6a374a145724 (diff) | |
download | u-boot-imx-789490b6c0c56ed803555d2f9ecc7b35ae49a90c.zip u-boot-imx-789490b6c0c56ed803555d2f9ecc7b35ae49a90c.tar.gz u-boot-imx-789490b6c0c56ed803555d2f9ecc7b35ae49a90c.tar.bz2 |
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/T104xRDB.h')
-rw-r--r-- | include/configs/T104xRDB.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/T104xRDB.h b/include/configs/T104xRDB.h index eb2ca73..2bb86e4 100644 --- a/include/configs/T104xRDB.h +++ b/include/configs/T104xRDB.h @@ -872,6 +872,7 @@ #ifdef CONFIG_SECURE_BOOT #include <asm/fsl_secure_boot.h> +#define CONFIG_CMD_BLOB #endif #endif /* __CONFIG_H */ |