commit | ba4740205d22d31da289f5b6b2f8db7d27896f40 | [log] [tgz] |
---|---|---|
author | Ruchika Gupta <ruchika.gupta@freescale.com> | Tue Oct 07 15:48:47 2014 +0530 |
committer | York Sun <yorksun@freescale.com> | Thu Oct 16 14:21:26 2014 -0700 |
tree | 9694a9950f80cbda1f3d2a802ef640223233deab | |
parent | 789490b6c0c56ed803555d2f9ecc7b35ae49a90c [diff] [blame] |
ls102x: Add support for secure boot and enable blob command Signed-off-by: Ruchika Gupta <ruchika.gupta@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h index ebe5dae..5868287 100644 --- a/include/configs/ls1021atwr.h +++ b/include/configs/ls1021atwr.h
@@ -296,4 +296,8 @@ #define CONFIG_CMD_HASH #define CONFIG_SHA_HW_ACCEL +#ifdef CONFIG_SECURE_BOOT +#define CONFIG_CMD_BLOB +#endif + #endif