Merge branch 'master' of git://git.denx.de/u-boot-sh
[oweals/u-boot.git] / board / ti / am335x / Kconfig
index d6581ac46879c62f78c7e377c9c14f2084143b37..722f9d57c4d388ae6f08dad20bbfbff8357b1e5d 100644 (file)
@@ -39,12 +39,18 @@ config NOR_BOOT
          NOR for environment.
 
 config DM
-       default y if !SPL_BUILD
+       default y
 
 config DM_GPIO
-       default y if DM && !SPL_BUILD
+       default y if DM
 
 config DM_SERIAL
-       default y if DM && !SPL_BUILD
+       default y if DM
+
+config SYS_MALLOC_F
+       default y if DM
+
+config SYS_MALLOC_F_LEN
+       default 0x400 if DM
 
 endif