]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - Kconfig
Revert "net: nfs: Correct the reply data buffer size"
[people/ms/u-boot.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,