mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-24 12:11:28 +01:00
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>
This commit is contained in:
parent
fbfa1aba91
commit
04e38905d7
@ -20,4 +20,8 @@ config SYS_CONFIG_NAME
|
|||||||
config ZYNQMP_USB
|
config ZYNQMP_USB
|
||||||
bool "Configure ZynqMP USB"
|
bool "Configure ZynqMP USB"
|
||||||
|
|
||||||
|
config SYS_MALLOC_F_LEN
|
||||||
|
default 0x600
|
||||||
|
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|||||||
@ -17,4 +17,7 @@ config SYS_CONFIG_NAME
|
|||||||
Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
|
Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
|
||||||
will be used for board configuration.
|
will be used for board configuration.
|
||||||
|
|
||||||
|
config SYS_MALLOC_F_LEN
|
||||||
|
default 0x600
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user