Files
u-boot/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-05-21 08:03:38 +02: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-08-07 15:31:04 -04: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-07-19 15:17:05 +02:00
2019-12-02 18:23:07 -05:00