]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/armv7/omap3/Kconfig
clock_am43xx:Set the MAC clock to /5 for OPP100
[u-boot] / arch / arm / cpu / armv7 / omap3 / Kconfig
index 2fe323230fed032eb74fccbd9e560b75cf550dd2..46440981b3744e315a2f424fb7ebb75ca485bb4d 100644 (file)
@@ -102,6 +102,12 @@ config DM_GPIO
 config DM_SERIAL
        default y if DM && !SPL_BUILD
 
+config SYS_MALLOC_F
+       default y if DM && !SPL_BUILD
+
+config SYS_MALLOC_F_LEN
+       default 0x400 if DM && !SPL_BUILD
+
 config SYS_SOC
        default "omap3"