diff options
| author | Stefan Roese <[email protected]> | 2015-11-24 09:25:08 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-11-25 10:06:45 -0500 |
| commit | 01ce961b15778e6f4ed5299a76e64171ff1f6378 (patch) | |
| tree | 927e9a6efb8a568b83e59dbc19974095d998de5c | |
| parent | 68d534201733e84257e357f7ddcb379dbe1cc5d0 (diff) | |
arm: spear: x600: Enable tiny-printf
Enabling the new tiny-printf function makes the SPL image fit again in
the 8KiB restricted area.
Signed-off-by: Stefan Roese <[email protected]>
Cc: Tom Rini <[email protected]>
| -rw-r--r-- | configs/x600_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/x600_defconfig b/configs/x600_defconfig index a1b2e337d37..71dc7dce1d6 100644 --- a/configs/x600_defconfig +++ b/configs/x600_defconfig @@ -9,3 +9,4 @@ CONFIG_CMD_GPIO=y # CONFIG_CMD_SETEXPR is not set CONFIG_NETDEVICES=y CONFIG_ETH_DESIGNWARE=y +CONFIG_USE_TINY_PRINTF=y |
