]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit9d3fa1f0c84dc0f46181ca397f6b09b867163873
tree7f32b803063478b42ccd34ee1a5f4716ae837863
parent5da06ac017f2c4961db55880f39d7e3e0b197bfe
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