video: Drop #ifdefs from console_truetype
authorSimon Glass <sjg@chromium.org>
Thu, 1 Jun 2023 16:22:32 +0000 (10:22 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 14 Jul 2023 16:54:50 +0000 (12:54 -0400)
commit7432f68c53526980d0a2b2ffd54fe61141bb1178
tree43136ea0b790961d0df4a973d696db11d2affbbb
parenta6c4f188948eaf957da8595dd76d947b8bad005a
video: Drop #ifdefs from console_truetype

Use if() instead to reduce the number of build paths.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/video/console_truetype.c