diff mbox series

[U-Boot,RFC,5/6] da8250_am18xxevm_defconfig: Enable TINY PRINTF

Message ID 20181128172607.10179-6-vigneshr@ti.com
State RFC
Delegated to: Jagannadha Sutradharudu Teki
Headers show
Series SF: Migrate to Linux SPI NOR framework | expand

Commit Message

Raghavendra, Vignesh Nov. 28, 2018, 5:26 p.m. UTC
Enable tiny printf to fit SPL into internal RAM

Signed-off-by: Vignesh R <vigneshr@ti.com>
---
 configs/da850_am18xxevm_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/configs/da850_am18xxevm_defconfig b/configs/da850_am18xxevm_defconfig
index 58745fec8267..5fecfccba50c 100644
--- a/configs/da850_am18xxevm_defconfig
+++ b/configs/da850_am18xxevm_defconfig
@@ -57,3 +57,4 @@  CONFIG_SPI=y
 CONFIG_DM_SPI=y
 CONFIG_DAVINCI_SPI=y
 # CONFIG_FAT_WRITE is not set
+CONFIG_USE_TINY_PRINTF=y