Files
u-boot/drivers/video
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
..
2018-12-28 12:27:53 +01:00
2019-08-11 16:43:41 -04:00
2019-10-13 23:34:43 +02:00
2018-06-17 21:16:04 +08:00
2019-10-13 23:38:36 +02:00
2019-08-11 16:43:41 -04:00
2019-08-11 16:43:41 -04:00
2019-10-13 23:34:43 +02:00
2018-09-28 18:26:32 +02:00
2019-08-11 16:43:41 -04:00