mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
video: cfb_console: flush cache in display_rle8_bitmap
Otherwise BMP RLE8 images are not properly displayed. Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
This commit is contained in:
parent
3bf65cb56c
commit
47b11c814e
1 changed files with 4 additions and 0 deletions
|
@ -1297,6 +1297,10 @@ next_run:
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (cfb_do_flush_cache)
|
||||
flush_cache(VIDEO_FB_ADRS, VIDEO_SIZE);
|
||||
|
||||
return 0;
|
||||
error:
|
||||
printf("Error: Too much encoded pixel data, validate your bitmap\n");
|
||||
|
|
Loading…
Add table
Reference in a new issue