diff mbox

[U-Boot,2/3] omap3, omap4: Enable USE_TINY_PRINTF for all

Message ID 1469672982-17625-2-git-send-email-trini@konsulko.com
State Accepted
Commit 7d106242d3fc095d1065ef65a31661c3b8d77a78
Delegated to: Tom Rini
Headers show

Commit Message

Tom Rini July 28, 2016, 2:29 a.m. UTC
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>
---
 arch/arm/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Tom Rini Aug. 6, 2016, 12:59 a.m. UTC | #1
On Wed, Jul 27, 2016 at 10:29:41PM -0400, Tom Rini wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index a9e1e7a..ad48a2f 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -554,11 +554,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"