pandora/video: enable cache flushing for the lcd
[pandora-u-boot.git] / 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();
+       lcd_set_flush_dcache(1);
 }
 
 /* Calculate fb size for VIDEOLFB_ATAG. */