]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/zynq-common.h
zynq-common: increase malloc pool len by dfu mmc file buffer size
[karo-tx-uboot.git] / include / configs / zynq-common.h
index 864528a5ea1b39e8b39e089b45837812bc731a82..485babd8242a05b51b1a4aa4dccad407a95d7248 100644 (file)
 #define CONFIG_SYS_MEMTEST_START       CONFIG_SYS_SDRAM_BASE
 #define CONFIG_SYS_MEMTEST_END         (CONFIG_SYS_SDRAM_BASE + 0x1000)
 
-#define CONFIG_SYS_MALLOC_LEN          0xC00000
+#define CONFIG_SYS_MALLOC_LEN          0x1400000
 #define CONFIG_SYS_INIT_RAM_ADDR       CONFIG_SYS_SDRAM_BASE
 #define CONFIG_SYS_INIT_RAM_SIZE       CONFIG_SYS_MALLOC_LEN
 #define CONFIG_SYS_INIT_SP_ADDR                (CONFIG_SYS_INIT_RAM_ADDR + \