pandora/video: enable cache flushing for the lcd
authornotaz <notasas@gmail.com>
Sat, 2 Jul 2016 15:57:57 +0000 (18:57 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Sun, 3 Jul 2016 00:10:27 +0000 (03:10 +0300)
board/pandora/video.c

index 8e02051..fdf2a58 100644 (file)
@@ -182,6 +182,7 @@ void lcd_enable(void)
 void lcd_ctrl_init(void *lcdbase)
 {
        lcd_init();
 void lcd_ctrl_init(void *lcdbase)
 {
        lcd_init();
+       lcd_set_flush_dcache(1);
 }
 
 /* Calculate fb size for VIDEOLFB_ATAG. */
 }
 
 /* Calculate fb size for VIDEOLFB_ATAG. */