]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
omap3, omap4: Enable USE_TINY_PRINTF for all
authorTom Rini <trini@konsulko.com>
Thu, 28 Jul 2016 02:29:41 +0000 (22:29 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 5 Aug 2016 11:27:29 +0000 (07:27 -0400)
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

index 5eb72f79f4bfbe34e101d13d1a691c73f4b56be8..5ac94011047388d9bb679319b7f805b1b021e682 100644 (file)
@@ -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"