summaryrefslogtreecommitdiff
path: root/configs/taurus_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-01-14 13:02:04 -0500
committerTom Rini <trini@konsulko.com>2016-01-19 08:31:16 -0500
commitb5db3c2c7ebdfd1474bd50442295e935e6910a08 (patch)
tree54935cb5a1752176410aa8d7427814f15de6e78f /configs/taurus_defconfig
parent947c626dc5bfbc232cc0f41d16fa213a885ad234 (diff)
axm/taurus: Enable tiny printf in SPL
Both of these boards are very close to their limit and with some toolchains such as gcc 5.x are too large. Switch to tiny printf to reclaim some size. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/taurus_defconfig')
-rw-r--r--configs/taurus_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/taurus_defconfig b/configs/taurus_defconfig
index d59912c47a..3f08cc1bd7 100644
--- a/configs/taurus_defconfig
+++ b/configs/taurus_defconfig
@@ -13,3 +13,4 @@ CONFIG_SYS_PROMPT="U-Boot> "
# CONFIG_CMD_SETEXPR is not set
CONFIG_SPI_FLASH=y
CONFIG_SPI_FLASH_STMICRO=y
+CONFIG_USE_TINY_PRINTF=y