diff mbox series

[U-Boot,12/16] axm_defconfig: Enable simple malloc in SPL

Message ID 20181212173228.12281-13-vigneshr@ti.com
State Superseded
Delegated to: Jagannadha Sutradharudu Teki
Headers show
Series SF: Migrate to Linux SPI NOR framework | expand

Commit Message

Vignesh Raghavendra Dec. 12, 2018, 5:32 p.m. UTC
Enable CONFIG_SPL_SYS_MALLOC_SIMPLE in SPL to reduce SPL size

Signed-off-by: Vignesh R <vigneshr@ti.com>
---
 configs/axm_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/configs/axm_defconfig b/configs/axm_defconfig
index 89d6b6f2012c..16c093b37b83 100644
--- a/configs/axm_defconfig
+++ b/configs/axm_defconfig
@@ -44,3 +44,4 @@  CONFIG_SPI_FLASH=y
 CONFIG_SPI_FLASH_STMICRO=y
 CONFIG_PHYLIB=y
 CONFIG_USE_TINY_PRINTF=y
+CONFIG_SPL_SYS_MALLOC_SIMPLE=y