ls102x: Add support for secure boot and enable blob command
[platform/kernel/u-boot.git] / include / configs / ls1021aqds.h
index 139583f..4221426 100644 (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