mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-17 15:31:48 +01: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
@ -1297,6 +1297,10 @@ next_run:
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (cfb_do_flush_cache)
|
||||||
|
flush_cache(VIDEO_FB_ADRS, VIDEO_SIZE);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
error:
|
error:
|
||||||
printf("Error: Too much encoded pixel data, validate your bitmap\n");
|
printf("Error: Too much encoded pixel data, validate your bitmap\n");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user