]> git.ipfire.org Git - people/ms/u-boot.git/commit
cmd: load: align cache flush
authorChris Packham <judge.packham@gmail.com>
Tue, 25 Oct 2016 07:22:48 +0000 (20:22 +1300)
committerTom Rini <trini@konsulko.com>
Mon, 31 Oct 2016 14:13:18 +0000 (10:13 -0400)
commit0a6036da63ebc618204cd5c3d5e8cac833845751
treef69db0c13202ee3b564db3fbfd018480d886485c
parent3450a8596d3c06107ccf44d2ad41402449e681dd
cmd: load: align cache flush

Prevent cache misalignment message by ensuring that a whole cache line
is flushed.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
cmd/load.c