diff options
author | Marek Vasut <marex@denx.de> | 2016-05-31 23:12:47 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-06-02 21:21:43 -0400 |
commit | e68df9994eaa6bdb81d9dac11a0c0b799416c91e (patch) | |
tree | 2155662b0312ae81e782c8f386aa3bdb28e6a7ff | |
parent | abeb272d22217481c214495818c3ceabad57b9c0 (diff) | |
download | u-boot-imx-e68df9994eaa6bdb81d9dac11a0c0b799416c91e.zip u-boot-imx-e68df9994eaa6bdb81d9dac11a0c0b799416c91e.tar.gz u-boot-imx-e68df9994eaa6bdb81d9dac11a0c0b799416c91e.tar.bz2 |
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 <marex@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Tom Rini <trini@konsulko.com>
Cc: lesne@alse-fr.com
Reviewed-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | configs/omap3_logic_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig index 3226247..e7bf385 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" |