mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue