display_options: Use USE_TINY_PRINTF for SPL check
authorSimon Glass <sjg@chromium.org>
Thu, 14 Jan 2021 03:29:50 +0000 (20:29 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 27 Jan 2021 22:03:16 +0000 (17:03 -0500)
commitac42fe539ca991543c888e261e62b4187ec9bbee
tree7f32b803063478b42ccd34ee1a5f4716ae837863
parent0a2aaab0b678fd1778ff2fc59d0770fc82995532
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>
lib/display_options.c