diff mbox series

xilinx: zynqmp-r5: Increase amount of MALLOC space

Message ID a3e7b65316f334f5129cab6e95d1203edd2c1e8e.1600256306.git.michal.simek@xilinx.com
State Accepted
Commit fff07717ad9359166900c273260f2581cc0a4daf
Delegated to: Michal Simek
Headers show
Series xilinx: zynqmp-r5: Increase amount of MALLOC space | expand

Commit Message

Michal Simek Sept. 16, 2020, 11:38 a.m. UTC
There is not enough space for early allocation. That's why increase it.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 configs/xilinx_zynqmp_r5_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Michal Simek Sept. 23, 2020, 12:32 p.m. UTC | #1
st 16. 9. 2020 v 13:38 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> There is not enough space for early allocation. That's why increase it.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  configs/xilinx_zynqmp_r5_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/configs/xilinx_zynqmp_r5_defconfig b/configs/xilinx_zynqmp_r5_defconfig
> index 1c6fc73a4d86..f7433e994d39 100644
> --- a/configs/xilinx_zynqmp_r5_defconfig
> +++ b/configs/xilinx_zynqmp_r5_defconfig
> @@ -1,6 +1,7 @@
>  CONFIG_ARM=y
>  CONFIG_ARCH_ZYNQMP_R5=y
>  CONFIG_SYS_TEXT_BASE=0x10000000
> +CONFIG_SYS_MALLOC_F_LEN=0x1000
>  CONFIG_NR_DRAM_BANKS=1
>  CONFIG_ENV_SIZE=0x20000
>  CONFIG_DEBUG_UART_BASE=0xff010000
> --
> 2.28.0
>

Applied.
M
diff mbox series

Patch

diff --git a/configs/xilinx_zynqmp_r5_defconfig b/configs/xilinx_zynqmp_r5_defconfig
index 1c6fc73a4d86..f7433e994d39 100644
--- a/configs/xilinx_zynqmp_r5_defconfig
+++ b/configs/xilinx_zynqmp_r5_defconfig
@@ -1,6 +1,7 @@ 
 CONFIG_ARM=y
 CONFIG_ARCH_ZYNQMP_R5=y
 CONFIG_SYS_TEXT_BASE=0x10000000
+CONFIG_SYS_MALLOC_F_LEN=0x1000
 CONFIG_NR_DRAM_BANKS=1
 CONFIG_ENV_SIZE=0x20000
 CONFIG_DEBUG_UART_BASE=0xff010000