commit | 10be7d49b4b95082c28129e111d06576f121a917 | [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 | 29e4b0e81e6e39e7de4b8c094186dbdb31530870 [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/ls1021aqds.h b/include/configs/ls1021aqds.h index 139583f..4221426 100644 --- a/include/configs/ls1021aqds.h +++ b/include/configs/ls1021aqds.h
@@ -395,4 +395,8 @@ #define CONFIG_CMD_HASH #define CONFIG_SHA_HW_ACCEL +#ifdef CONFIG_SECURE_BOOT +#define CONFIG_CMD_BLOB +#endif + #endif