commit | 831c1611195961bf79ac55a8deaac9034112ef5f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 21 17:26:45 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sun Oct 27 10:56:51 2019 -0600 |
tree | 2ca660cdba5ebd262c51bda3a3dc74566768df5d | |
parent | dee74e6cc4a94da19b99309ad1c99eb5bddfe217 [diff] |
tiny-printf: Reorder code to support %p With a bit of code reordering we can support %p using the existing code for ulong. Move the %p code up and adjust the logic accordingly. Signed-off-by: Simon Glass <sjg@chromium.org>