diff options
author | Simon Glass <sjg@chromium.org> | 2019-12-20 18:10:37 -0700 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2020-01-02 16:25:25 +0100 |
commit | 0c20aafe0b54ae9c924104bd1024e5b7e6359ca2 (patch) | |
tree | ff067941d0b053cfdf5090820fb97ccde1757ff8 /drivers/video/fonts | |
parent | 775d33229ffdc94be9a74d73ef6fabe6ea0e7a6f (diff) |
video: Avoid using #ifdef in video-uclass.c
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(), etc., instead.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/video/fonts')
0 files changed, 0 insertions, 0 deletions