]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - Kconfig
malloc_f: enable SYS_MALLOC_F by default if DM is on
[karo-tx-uboot.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index 612fc9279e481819bdb02aa1ee6a5e7dc1c6e00a..948136c75ea4cba48299c3080ad9e39058b8d41a 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -54,7 +54,7 @@ config CC_OPTIMIZE_FOR_SIZE
 
 config SYS_MALLOC_F
        bool "Enable malloc() pool before relocation"
-       default 0x400
+       default y if DM
        help
          Before relocation memory is very limited on many platforms. Still,
          we can provide a small malloc() pool if needed. Driver model in