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

video: Avoid using #ifdef in vidconsole-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 CONFIG_IS_ENABLED() instead.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent c6567319
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