diff mbox series

[U-Boot,PATCHv2] zynq: Kconfig: extend the bootstrap malloc() pool

Message ID 20181224012904.26538-1-tossel@gmail.com
State Deferred
Delegated to: Michal Simek
Headers show
Series [U-Boot,PATCHv2] zynq: Kconfig: extend the bootstrap malloc() pool | expand

Commit Message

Anton Gerasimov Dec. 24, 2018, 1:29 a.m. UTC
Most of the memory is being consumed by device binding code,
more space needed for other data structures.

Z-turn board has already hit the limit, others may follow soon.

Signed-off-by: Anton Gerasimov <tossel@gmail.com>
---
 arch/arm/mach-zynq/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm/mach-zynq/Kconfig b/arch/arm/mach-zynq/Kconfig
index a599ed63ee..21dfebf5c0 100644
--- a/arch/arm/mach-zynq/Kconfig
+++ b/arch/arm/mach-zynq/Kconfig
@@ -55,7 +55,7 @@  config SYS_CONFIG_NAME
 	  will be used for board configuration.
 
 config SYS_MALLOC_F_LEN
-	default 0x600
+	default 0x800
 
 config SYS_MALLOC_LEN
 	default 0x1400000