Skip to content
Commit 1c1c8a3a authored by Simon Glass's avatar Simon Glass
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent 2333dc47
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment