commit | a70a35d04dbdac7ee171728227c90029aecd90f4 | [log] [tgz] |
---|---|---|
author | Samuel Holland <samuel@sholland.org> | Sat Jan 21 17:30:12 2023 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 26 10:47:45 2023 -0700 |
tree | 5c266f2d85a9ff638ff94fe871cd83f2714ae686 | |
parent | e257402bfeb48d5c9c35ffdd77655b8afc2af307 [diff] |
dm: core: Use full printf() format when possible Use a more accurate check for determining if the full format string will be handled correctly, since SPL_USE_TINY_PRINTF can be disabled. Signed-off-by: Samuel Holland <samuel@sholland.org> Reviewed-by: Simon Glass <sjg@chromium.org>