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>
This commit is contained in:
parent
238205f1b3
commit
a292eb6702
@ -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…
Reference in New Issue
Block a user