commit | 4de74a42cdbd4494e9945fc12d86cf8a95aded3a | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Sat Aug 15 12:32:24 2015 +0200 |
committer | Hans de Goede <hdegoede@redhat.com> | Mon Aug 31 08:43:41 2015 +0200 |
tree | 0e1c589c5c32f1a5f842f82effa9a74e10304c58 | |
parent | 466a318b1d27c4e863d60f5f572d28ed2f321b60 [diff] |
sunxi_nand_spl: Add proper cache flusing 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 <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>