commit | 44e0fb529dcc44bd4a070c1f8128a2564dfabe51 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 21 17:26:43 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sun Oct 27 10:56:41 2019 -0600 |
tree | 9f538a034831025f1bf06816d2708e15e9913668 | |
parent | e7e7953d7ed33ac342732174ea4e2e72bb3b3006 [diff] |
tiny-printf: Reduce size by removing ctype The ctype array is brought into the image, adding 256 bytes, when it is unlikely to be needed. The extra code for %p is only present when DEBUG is defined, so let's drop ctype as well unless DEBUG is defined. Signed-off-by: Simon Glass <sjg@chromium.org>