am335x_evm SPL is very close to its limit in SRAM space. Switch to use tiny printf to reclaim some size.
Reviewed-by: Tom Rini <tr...@konsulko.com> Signed-off-by: Lokesh Vutla <lokeshvu...@ti.com> --- Changes since v1: - None 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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot