From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Mon, 17 Aug 2015 09:22:59 +0100 Subject: [U-Boot] [PATCH 08/15] sunxi_nand_spl: Add proper cache flusing In-Reply-To: <1439668968-3882-9-git-send-email-hdegoede@redhat.com> References: <1439668968-3882-1-git-send-email-hdegoede@redhat.com> <1439668968-3882-9-git-send-email-hdegoede@redhat.com> Message-ID: <1439799779.3480.59.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 2015-08-15 at 22:02 +0200, Hans de Goede wrote: > We are using dma, so we should flush the cache before starting the dma, > and invalidate it once the dma is done. > > Things are working without this by mostly luck, but lets not rely on that. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell