From d8fabcc424bd1c297a36135e187274728825e809 Mon Sep 17 00:00:00 2001 From: Siva Durga Prasad Paladugu Date: Tue, 2 Jul 2019 16:44:17 +0530 Subject: [PATCH] arm64: versal: Increase SYS_MALLOC_F_LEN This patch increases SYS_MALLOC_F_LEN as the versal clock driver needs to be probed before relocation itself inorder to get required clocks before relocation. Signed-off-by: Siva Durga Prasad Paladugu --- configs/xilinx_versal_virt_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/xilinx_versal_virt_defconfig b/configs/xilinx_versal_virt_defconfig index f74aa74ff72..01ae1161fe3 100644 --- a/configs/xilinx_versal_virt_defconfig +++ b/configs/xilinx_versal_virt_defconfig @@ -1,7 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_VERSAL=y CONFIG_SYS_TEXT_BASE=0x8000000 -CONFIG_SYS_MALLOC_F_LEN=0x8000 +CONFIG_SYS_MALLOC_F_LEN=0x100000 CONFIG_DEBUG_UART_BASE=0xff000000 CONFIG_DEBUG_UART_CLOCK=0 CONFIG_COUNTER_FREQUENCY=2720000 -- 2.47.2