[U-Boot] [PATCH 6/6] arm: am335x: Enable tiny printf in SPL

Lokesh Vutla lokeshvutla at ti.com
Sat Apr 22 06:50:48 UTC 2017


am335x_evm SPL is very close to its limit in SRAM space.
Switch to use tiny printf to reclaim some size.

Signed-off-by: Lokesh Vutla <lokeshvutla at ti.com>
---
 arch/arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 7812f21f36..7368f6b95c 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -761,6 +761,7 @@ config AM33XX
 	bool "AM33XX SoC"
 	select ARCH_OMAP2
 	imply SYS_THUMB_BUILD
+	imply USE_TINY_PRINTF
 	help
 	  Support for AM335x SOC from Texas Instruments.
 	  The AM335x high performance SOC features a Cortex-A8
-- 
2.11.0



More information about the U-Boot mailing list