commit | 853e6325d63aab30c848e4c5de3619c02a65bba7 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Fri Apr 13 15:51:13 2018 +0200 |
committer | Marek Vasut <marex@denx.de> | Fri Apr 13 23:41:45 2018 +0200 |
tree | 35fa7da3fbd9f5abec5c174a96e33c229a4d1fea | |
parent | 3320a226b4c730f59a2938a1fdfebef84557c3e2 [diff] |
ARM: rmobile: Shrink the TPL Shrink the TPL by using tiny printf and tiny memset by default. This removes the biggest symbol -- vsnprintf_internal -- from the TPL and reduces the text segment by about 2 kiB. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>