]> git.sur5r.net Git - u-boot/blobdiff - include/configs/ls1021atwr.h
armv7: ls102xa: Increase the supported kernel size
[u-boot] / include / configs / ls1021atwr.h
index 317ba62d3d05a2408824466710104d42a1407d44..ae58646d5e9bbb918d7e912942963d1bb88c55a3 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
 
-#ifdef CONFIG_SECURE_BOOT
-#define CONFIG_CMD_BLOB
 #include <asm/fsl_secure_boot.h>
-#endif
+#define CONFIG_SYS_BOOTM_LEN   (64 << 20) /* Increase max gunzip size */
 
 #endif