diff options
Diffstat (limited to 'drivers/video/video_bmp.c')
-rw-r--r-- | drivers/video/video_bmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/video_bmp.c b/drivers/video/video_bmp.c index aeff65648c..1377e19081 100644 --- a/drivers/video/video_bmp.c +++ b/drivers/video/video_bmp.c @@ -345,7 +345,7 @@ int video_bmp_display(struct udevice *dev, ulong bmp_image, int x, int y, break; }; - video_sync(dev); + video_sync(dev, false); return 0; } |