mirror of
https://xff.cz/git/u-boot/
synced 2025-12-29 23:57:10 +01:00
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>
3.8 KiB
3.8 KiB