commit | 66ffe789d94153b8c810134bfa378beeb76cf4b7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jan 13 20:29:50 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 27 17:03:16 2021 -0500 |
tree | 7f32b803063478b42ccd34ee1a5f4716ae837863 | |
parent | 1754978ebfad852988aa820fd0af8643e32f7803 [diff] |
display_options: Use USE_TINY_PRINTF for SPL check At present this code uses a simple printf() format if running in SPL. But SPL can use the full printf. Use USE_TINY_PRINTF instead. Signed-off-by: Simon Glass <sjg@chromium.org>