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>
This commit is contained in:
Ruchika Gupta
2014-10-07 15:48:47 +05:30
committed by York Sun
parent 789490b6c0
commit ba4740205d
6 changed files with 16 additions and 0 deletions

View File

@@ -395,4 +395,8 @@ unsigned long get_board_ddr_clk(void);
#define CONFIG_CMD_HASH
#define CONFIG_SHA_HW_ACCEL
#ifdef CONFIG_SECURE_BOOT
#define CONFIG_CMD_BLOB
#endif
#endif

View File

@@ -296,4 +296,8 @@
#define CONFIG_CMD_HASH
#define CONFIG_SHA_HW_ACCEL
#ifdef CONFIG_SECURE_BOOT
#define CONFIG_CMD_BLOB
#endif
#endif