From 04e38905d72e4b35fade1be4b83100a257d465a5 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 5 Jul 2016 17:10:13 -0600 Subject: zynq: Increase the early malloc() size This is needed to support driver-model conversion of USB and block devices. Signed-off-by: Simon Glass --- arch/arm/mach-zynq/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/arm/mach-zynq/Kconfig') diff --git a/arch/arm/mach-zynq/Kconfig b/arch/arm/mach-zynq/Kconfig index db3c579..a982320 100644 --- a/arch/arm/mach-zynq/Kconfig +++ b/arch/arm/mach-zynq/Kconfig @@ -17,4 +17,7 @@ config SYS_CONFIG_NAME Based on this option include/configs/.h header will be used for board configuration. +config SYS_MALLOC_F_LEN + default 0x600 + endif -- cgit v1.1