summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTekkamanV <tekkamanv@starfivetech.com>2021-01-31 16:45:27 +0300
committerTekkaman Ninja <tekkamanninja@163.com>2021-09-29 09:51:21 +0300
commit208c40be4e39bbcc8283a5f108a4b37285e5721e (patch)
treed2302bd4640f1cd95c8cca7006ddbf40b11a9f37
parent0be5e629b886fb8baf53e9413b0d08a7c50d8069 (diff)
downloadu-boot-208c40be4e39bbcc8283a5f108a4b37285e5721e.tar.xz
riscv: Enable SYS_MALLOC_LEN config
Signed-off-by: TekkamanV <tekkamanv@starfivetech.com>
-rw-r--r--Kconfig2
1 files changed, 1 insertions, 1 deletions
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