From: Tom Rini <trini@konsulko.com>
Date: Thu, 28 Jul 2016 02:29:41 +0000 (-0400)
Subject: omap3, omap4: Enable USE_TINY_PRINTF for all
X-Git-Tag: v2025.01-rc5-pxa1908~8796
X-Git-Url: http://git.dujemihanovic.xyz/%22/icons/right.gif/static/%7B%7B%20.Permalink%20%7D%7D?a=commitdiff_plain;h=7d106242d3fc095d1065ef65a31661c3b8d77a78;p=u-boot.git

omap3, omap4: Enable USE_TINY_PRINTF for all

In the case of omap3 we have a number of platforms that are close to
exceeding SRAM limits, depending on compiler.  Move to USE_TINY_PRINTF
to give them more room.  OMAP4 will soon enough be in a similar place,
so enable that now.

Signed-off-by: Tom Rini <trini@konsulko.com>
---

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 5eb72f79f4..5ac9401104 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -555,11 +555,13 @@ config OMAP34XX
 	bool "OMAP34XX SoC"
 	select CPU_V7
 	select SUPPORT_SPL
+	select USE_TINY_PRINTF
 
 config OMAP44XX
 	bool "OMAP44XX SoC"
 	select CPU_V7
 	select SUPPORT_SPL
+	select USE_TINY_PRINTF
 
 config OMAP54XX
 	bool "OMAP54XX SoC"