[U-Boot] [PATCH 13/16] taurus_defconfig: Enable simple malloc in SPL

Vignesh R vigneshr at ti.com
Wed Dec 12 17:32:25 UTC 2018


Enable SPL simple malloc to reduce SPL size

Signed-off-by: Vignesh R <vigneshr at ti.com>
---
 configs/taurus_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/taurus_defconfig b/configs/taurus_defconfig
index e53e075d4825..9c3a1276aa8f 100644
--- a/configs/taurus_defconfig
+++ b/configs/taurus_defconfig
@@ -64,3 +64,4 @@ CONFIG_USE_TINY_PRINTF=y
 CONFIG_WDT=y
 CONFIG_WDT_AT91=y
 CONFIG_AT91_HW_WDT_TIMEOUT=y
+CONFIG_SPL_SYS_MALLOC_SIMPLE=y
-- 
2.19.2



More information about the U-Boot mailing list