]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - Kconfig
Increase default of CONFIG_SYS_MALLOC_F_LEN for SPL_OF_CONTROL
[karo-tx-uboot.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index 45a06696a19f52083be2c8df5b228f747c2b750b..fdea71efaacc71bc92b2e582b2109b40fab67425 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -83,6 +83,7 @@ config SYS_MALLOC_F
 config SYS_MALLOC_F_LEN
        hex "Size of malloc() pool before relocation"
        depends on SYS_MALLOC_F
+       default 0x2000 if SPL_DM && SPL_OF_CONTROL
        default 0x400
        help
          Before relocation, memory is very limited on many platforms. Still,