lib: move hash CONFIG options to Kconfig
[platform/kernel/u-boot.git] / include / configs / ls1021aiot.h
index 35d17b9..1b16515 100644 (file)
 #define CONFIG_MISC_INIT_R
 
 /* Hash command with SHA acceleration supported in hardware */
-
 #ifdef CONFIG_FSL_CAAM
-
 #define CONFIG_CMD_HASH
-
-#define CONFIG_SHA_HW_ACCEL
-
 #endif
 
 #include <asm/fsl_secure_boot.h>