Skip to content
Commit 46421197 authored by Simon Glass's avatar Simon Glass Committed by Anatolij Gustschin
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent 512563ba
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment