]> git.sur5r.net Git - u-boot/blobdiff - include/configs/tegra-common-post.h
armv8/ls1043a: Enable secondary cores
[u-boot] / include / configs / tegra-common-post.h
index 594fa456d17fe6a1c7b27708a6f6025589aa28fe..651c4c4935366bf7d5df2b2eac05c6b55d947019 100644 (file)
@@ -12,8 +12,9 @@
  * Size of malloc() pool
  */
 #ifdef CONFIG_USB_FUNCTION_DFU
-#define CONFIG_SYS_MALLOC_LEN          ((4 << 20) + \
-                                               CONFIG_SYS_DFU_DATA_BUF_SIZE)
+#define CONFIG_SYS_MALLOC_LEN  (SZ_4M + \
+                                       CONFIG_SYS_DFU_DATA_BUF_SIZE + \
+                                       CONFIG_SYS_DFU_MAX_FILE_SIZE)
 #else
 #define CONFIG_SYS_MALLOC_LEN          (4 << 20)       /* 4MB  */
 #endif