commit | cb3e489a3b5497cab3ac17c74102ec8b0f11a7bf | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 05 17:10:13 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 27 14:15:54 2016 -0600 |
tree | 701046acb677de26b2b01dd60127c7c3218cfae1 | |
parent | b3d61ddd76906fe0a4d98d7433b301480d614cf9 [diff] [blame] |
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>
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 ZYNQMP_USB bool "Configure ZynqMP USB" +config SYS_MALLOC_F_LEN + default 0x600 + + endif