]> git.baikalelectronics.ru Git - uboot.git/commit
stdio: Update to use compiler for Kconfig checks
authorSimon Glass <sjg@chromium.org>
Tue, 11 Aug 2020 17:23:39 +0000 (11:23 -0600)
committerTom Rini <trini@konsulko.com>
Sun, 23 Aug 2020 17:43:10 +0000 (13:43 -0400)
commit87753a0fa502ae2e93528bda5a8a1aa9dc4e3cb4
treecebe49a19bce2495b43a1215ea0e8b896055d212
parent0da740a91c9b668a92ba9e7548f11897fbc7e97f
stdio: Update to use compiler for Kconfig checks

Drop use of the preprocessor where possible.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/stdio.c