]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/ls1021atwr.h
ls102x: configs - Add hash command in freescale LS1 platforms
[karo-tx-uboot.git] / include / configs / ls1021atwr.h
index 45b2272ff5bf6f7f390ee6935bc5908b402369eb..ebe5daef60b405facb7215612c3425fb51c80ace 100644 (file)
@@ -48,6 +48,8 @@
 
 #define CONFIG_SYS_HAS_SERDES
 
+#define CONFIG_FSL_CAAM                        /* Enable CAAM */
+
 /*
  * IFC Definitions
  */
 #define CONFIG_OF_BOARD_SETUP
 #define CONFIG_CMD_BOOTZ
 
+#define CONFIG_MISC_INIT_R
+
+/* Hash command with SHA acceleration supported in hardware */
+#define CONFIG_CMD_HASH
+#define CONFIG_SHA_HW_ACCEL
+
 #endif