diff options
author | Simon Glass <sjg@chromium.org> | 2019-12-20 18:10:34 -0700 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2020-01-02 16:25:25 +0100 |
commit | 46421197d51df7f050e9b0bdcd3edd0df3eaaf35 (patch) | |
tree | 720d990438f8ddb5246fc9e6d964f0adeedd8f6c /drivers/video/sandbox_osd.c | |
parent | 512563ba0b97ab3546d7c43211d158f1f50f38ad (diff) |
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>
Diffstat (limited to 'drivers/video/sandbox_osd.c')
0 files changed, 0 insertions, 0 deletions