From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Sat, 04 May 2013 19:00:50 -0700 Subject: [U-Boot] cfb_console and dcache on i.MX6 Message-ID: <5185BD52.8090903@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Anatolij, Now that the SD card driver is working properly with cache, we'd like to enable dcache on our boards, and found that this patch is still lingering without comment: http://patchwork.ozlabs.org/patch/186173/ The initial comments were here: http://patchwork.ozlabs.org/patch/186173/ If you agree with this approach, I've update the patch a bit to reflect that logo_plot() is now already static and moved the cache flush from logo_plot() to video_init(). Please advise, Eric