]> git.baikalelectronics.ru Git - uboot.git/commit
dm: core: Use full printf() format when possible
authorSamuel Holland <samuel@sholland.org>
Sat, 21 Jan 2023 23:30:12 +0000 (17:30 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 26 Jan 2023 17:47:45 +0000 (10:47 -0700)
commitfbc0415a12ca9f20da5d2f8b4299bbc8d5ab6572
tree5c266f2d85a9ff638ff94fe871cd83f2714ae686
parent4731913aacc469f741b4f9b45c2dd76bc567961e
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>
drivers/core/dump.c