diff options
author | Lokesh Vutla | 2017-04-26 13:37:10 +0530 |
---|---|---|
committer | Tom Rini | 2017-05-11 22:21:29 -0400 |
commit | a292eb67021409fd6a3c2fad4bdc13effab0dfc9 (patch) | |
tree | 66f24f435355b9ba7553058a88941119eddb9eff /arch | |
parent | 238205f1b3e3de1fab961efd11dd0ca88ba47191 (diff) |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 6d8c3e4298f..5bca20e315a 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/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 |