ARM: am3517-evm: Disable CONFIG_USB_EHCI_OMAP in SPL
[oweals/u-boot.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index 643bb8cc013dc609fbfb7adff85b66ed40b4a7e9..d8e1aa4eeded267eddf1e81265bf34c8dabae45e 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -156,7 +156,8 @@ config SYS_MALLOC_F_LEN
 
 config SYS_MALLOC_LEN
        hex "Define memory for Dynamic allocation"
-       depends on ARCH_ZYNQ || ARCH_VERSAL || ARCH_STM32MP
+       depends on ARCH_ZYNQ || ARCH_VERSAL || ARCH_STM32MP || ARCH_ROCKCHIP
+       default 0x2000000 if ARCH_ROCKCHIP
        help
          This defines memory to be allocated for Dynamic allocation
          TODO: Use for other architectures