summaryrefslogtreecommitdiff
path: root/configs/da850evm_defconfig
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2018-08-10 15:53:41 -0500
committerTom Rini <trini@konsulko.com>2018-08-20 07:21:27 -0400
commitf09d83155710f6fb93b550c8ea57b2d7515cf3e2 (patch)
treeb5dcb4996fb727fa3655d41596e8224ebe63d18b /configs/da850evm_defconfig
parent391328dc30b78be6f0d1181088eda0fd7febd5f3 (diff)
ARM: da850evm: Enable USE_TINY_PRINTF
The SPL space is limited. In order to try to enable DM in SPL, we need more space. This reduces the size of SPL by ~2.7K before: text data bss dec hex filename 20760 1216 80 22056 5628 spl/u-boot-spl after: text data bss dec hex filename 17947 1216 80 19243 4b2b spl/u-boot-spl Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs/da850evm_defconfig')
-rw-r--r--configs/da850evm_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/da850evm_defconfig b/configs/da850evm_defconfig
index 2ee02c7c16..560621a734 100644
--- a/configs/da850evm_defconfig
+++ b/configs/da850evm_defconfig
@@ -57,3 +57,4 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_DAVINCI_SPI=y
# CONFIG_FAT_WRITE is not set
+CONFIG_USE_TINY_PRINTF=y