1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00
Files
u-boot-megous/drivers
Simon Glass 46421197d5 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>
2020-01-02 16:25:25 +01:00
..
2019-12-03 08:44:14 -05:00
2019-12-02 18:23:09 -05:00
2019-12-03 10:17:25 +02:00
2019-12-05 10:28:38 -05:00
2019-11-17 17:22:53 +08:00
2019-11-01 16:45:40 +03:00
2019-12-27 14:34:29 +01:00
2019-12-02 18:23:07 -05:00