summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTekkamanV <tekkamanv@starfivetech.com>2021-01-31 16:45:27 +0300
committerTekkaman Ninja <tekkamanninja@163.com>2021-07-24 17:22:49 +0300
commit8f297dad7975aeaedbde72881469a90f9b62e7bb (patch)
tree28f79a723daafdd3cdafd43596206645c54d912c
parentedecc15eb9593b94dcd6a5f4f5ea5f134125b6a0 (diff)
downloadu-boot-8f297dad7975aeaedbde72881469a90f9b62e7bb.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 76c0cdacb0..1c69bc4dc2 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