From: Marek Vasut Date: Tue, 31 May 2016 21:12:47 +0000 (+0200) Subject: ARM: omap: Enable tiny printf on omap3_logic X-Git-Tag: KARO-TXSD-2017-03-15~893 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e68df9994eaa6bdb81d9dac11a0c0b799416c91e;p=karo-tx-uboot.git ARM: omap: Enable tiny printf on omap3_logic Enable support for tiny printf on the omap3_logic board to trim down the SPL size. This makes the SPL actually build again and fit into the SRAM. Signed-off-by: Marek Vasut Cc: Simon Glass Cc: Tom Rini Cc: lesne@alse-fr.com Reviewed-by: Tom Rini --- diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig index 322624781a..e7bf385421 100644 --- a/configs/omap3_logic_defconfig +++ b/configs/omap3_logic_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_OMAP34XX=y CONFIG_TARGET_OMAP3_LOGIC=y +CONFIG_USE_TINY_PRINTF=y CONFIG_SPL=y CONFIG_FIT=y CONFIG_SYS_EXTRA_OPTIONS="NAND"