[PATCH 1/2] riscv: Enable SYS_MALLOC_LEN config
tekkamanv at 163.com
tekkamanv at 163.com
Thu Sep 30 14:05:15 CEST 2021
From: TekkamanV <tekkamanv at starfivetech.com>
Signed-off-by: TekkamanV <tekkamanv at starfivetech.com>
---
Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Kconfig b/Kconfig
index a6c42b902f..7f63929c60 100644
--- a/Kconfig
+++ b/Kconfig
@@ -249,7 +249,7 @@ config SYS_MALLOC_F_LEN
config SYS_MALLOC_LEN
hex "Define memory for Dynamic allocation"
- depends on ARCH_ZYNQ || ARCH_VERSAL || ARCH_STM32MP || ARCH_ROCKCHIP
+ depends on ARCH_ZYNQ || ARCH_VERSAL || ARCH_STM32MP || ARCH_ROCKCHIP || RISCV
default 0x2000000 if ARCH_ROCKCHIP
help
This defines memory to be allocated for Dynamic allocation
--
2.25.4
More information about the U-Boot
mailing list