mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-10 02:27:06 +08:00
Our dcache invalidate function doesn't just invalidate, it also flushes. So rename the function accordingly and fix the dma_memcpy() function so it doesn't inadvertently corrupt the data destination. Signed-off-by: Mike Frysinger <vapier@gentoo.org>