summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-07-05 17:10:13 -0600
committerSimon Glass <sjg@chromium.org>2016-07-27 14:15:54 -0600
commit04e38905d72e4b35fade1be4b83100a257d465a5 (patch)
tree701046acb677de26b2b01dd60127c7c3218cfae1 /arch
parentfbfa1aba9181161fe5b38a180f20440a0511c051 (diff)
downloadu-boot-imx-04e38905d72e4b35fade1be4b83100a257d465a5.zip
u-boot-imx-04e38905d72e4b35fade1be4b83100a257d465a5.tar.gz
u-boot-imx-04e38905d72e4b35fade1be4b83100a257d465a5.tar.bz2
zynq: Increase the early malloc() size
This is needed to support driver-model conversion of USB and block devices. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/cpu/armv8/zynqmp/Kconfig4
-rw-r--r--arch/arm/mach-zynq/Kconfig3
2 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv8/zynqmp/Kconfig b/arch/arm/cpu/armv8/zynqmp/Kconfig
index 6c71d78..ed3305d 100644
--- a/arch/arm/cpu/armv8/zynqmp/Kconfig
+++ b/arch/arm/cpu/armv8/zynqmp/Kconfig
@@ -20,4 +20,8 @@ config SYS_CONFIG_NAME
config ZYNQMP_USB
bool "Configure ZynqMP USB"
+config SYS_MALLOC_F_LEN
+ default 0x600
+
+
endif
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/<CONFIG_SYS_CONFIG_NAME>.h header
will be used for board configuration.
+config SYS_MALLOC_F_LEN
+ default 0x600
+
endif