From: notaz Date: Sat, 2 Jul 2016 15:57:57 +0000 (+0300) Subject: pandora/video: enable cache flushing for the lcd X-Git-Tag: sz_175~15 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-u-boot.git;a=commitdiff_plain;h=8f31289aa4fe44b568740e5d5300941b415d2fb9 pandora/video: enable cache flushing for the lcd --- diff --git a/board/pandora/video.c b/board/pandora/video.c index 8e0205153f..fdf2a58815 100644 --- a/board/pandora/video.c +++ b/board/pandora/video.c @@ -182,6 +182,7 @@ void lcd_enable(void) void lcd_ctrl_init(void *lcdbase) { lcd_init(); + lcd_set_flush_dcache(1); } /* Calculate fb size for VIDEOLFB_ATAG. */