arm: am335x: Enable tiny printf in SPL

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 <trini@konsulko.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
master
Lokesh Vutla 8 years ago committed by Tom Rini
parent 238205f1b3
commit a292eb6702
  1. 1
      arch/arm/mach-omap2/Kconfig

@ -135,6 +135,7 @@ config AM43XX
config AM33XX
bool "AM33XX SoC"
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

Loading…
Cancel
Save