1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-29 23:57:10 +01:00
Files
u-boot-megous/drivers/video/console_normal.c
Simon Glass 46421197d5 video: Avoid using #ifdef in video blitting code
This code does not really need to use #ifdef. We can use if() instead and
gain build coverage without impacting code size.

Change the #ifdefs to use IS_ENABLED() instead.

Signed-off-by: Simon Glass <sjg@chromium.org>
2020-01-02 16:25:25 +01:00

3.8 KiB