commit | 6b424611a8dee0444459c0c205a9d72f65f61456 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jun 19 19:43:02 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 14 18:33:10 2016 -0400 |
tree | ed61f6aeb018e77aa12ebd7afdb0fc338181438e | |
parent | 397b5697ad242408979a00dda14138aa1439f52b [diff] |
arm: Don't invalidate unaligned cache regions At present armv7 will unhappily invalidate a cache region and print an error message. Make it skip the operation instead, as it does with other cache operations. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de>