]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - Kconfig
configs: omap: Remove dead config CONFIG_SYS_NAND_ADDR
[thirdparty/u-boot.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index 7dc7798df4e104025a653b549b5d7ee996cedd18..db0f545e459b006a382f720991608ec89de72441 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -136,6 +136,13 @@ config SYS_MALLOC_F_LEN
          particular needs this to operate, so that it can allocate the
          initial serial device and any others that are needed.
 
+config SYS_MALLOC_LEN
+       hex "Define memory for Dynamic allocation"
+       depends on ARCH_ZYNQ
+       help
+         This defines memory to be allocated for Dynamic allocation
+         TODO: Use for other architectures
+
 config SPL_SYS_MALLOC_F_LEN
        hex "Size of malloc() pool in SPL before relocation"
        depends on SYS_MALLOC_F