[U-Boot] [PATCH 15/16] turris_omnia_defconfig: Enable tiny printf

Vignesh R vigneshr at ti.com
Wed Dec 12 17:32:27 UTC 2018


Enable tiny printf to reduce SPL size

Signed-off-by: Vignesh R <vigneshr at ti.com>
---
 configs/turris_omnia_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/turris_omnia_defconfig b/configs/turris_omnia_defconfig
index 38c5de18bb2d..4655d6561a13 100644
--- a/configs/turris_omnia_defconfig
+++ b/configs/turris_omnia_defconfig
@@ -52,6 +52,6 @@ CONFIG_KIRKWOOD_SPI=y
 CONFIG_USB=y
 CONFIG_DM_USB=y
 CONFIG_USB_EHCI_HCD=y
-CONFIG_USB_STORAGE=y
 CONFIG_WDT=y
 CONFIG_WDT_ORION=y
+CONFIG_USE_TINY_PRINTF=y
-- 
2.19.2



More information about the U-Boot mailing list