diff mbox series

[U-Boot,v2,11/14] davinci: omapl138-lcdk: enable CONFIG_USE_TINY_PRINTF

Message ID 20190724081220.12022-12-brgl@bgdev.pl
State Accepted
Delegated to: Joe Hershberger
Headers show
Series ARM: davinci: driver-model improvements | expand

Commit Message

Bartosz Golaszewski July 24, 2019, 8:12 a.m. UTC
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

We're working towards enabling the driver-model in SPL for da850-lcdk.
Enable CONFIG_USE_TINY_PRINTF in defconfig to reduce SPL size.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
---
 configs/omapl138_lcdk_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/configs/omapl138_lcdk_defconfig b/configs/omapl138_lcdk_defconfig
index bfb88e397a..c4eebb3612 100644
--- a/configs/omapl138_lcdk_defconfig
+++ b/configs/omapl138_lcdk_defconfig
@@ -53,3 +53,4 @@  CONFIG_MII=y
 CONFIG_DRIVER_TI_EMAC=y
 CONFIG_DM_SERIAL=y
 CONFIG_SYS_NS16550=y
+CONFIG_USE_TINY_PRINTF=y