]> git.sur5r.net Git - u-boot/commitdiff
zynq: Increase the early malloc() size
authorSimon Glass <sjg@chromium.org>
Tue, 5 Jul 2016 23:10:13 +0000 (17:10 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 27 Jul 2016 20:15:54 +0000 (14:15 -0600)
This is needed to support driver-model conversion of USB and block devices.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/cpu/armv8/zynqmp/Kconfig
arch/arm/mach-zynq/Kconfig

index 6c71d7840eb5428778660cb29633f91823dd3180..ed3305d71821f3421f403eceddd4420ec045bc61 100644 (file)
@@ -20,4 +20,8 @@ config SYS_CONFIG_NAME
 config ZYNQMP_USB
        bool "Configure ZynqMP USB"
 
+config SYS_MALLOC_F_LEN
+       default 0x600
+
+
 endif
index db3c5792939e837d9445de839e5e6867d75e50b3..a98232097b2830dfce95e17d56752a7ec9f24537 100644 (file)
@@ -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