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:
Sébastien Szymanski 2018-09-10 09:58:58 +02:00 committed by Anatolij Gustschin
parent 3bf65cb56c
commit 47b11c814e

View file

@ -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");