[U-Boot] [RESEND][PATCH 02/24] sh4: cache: correct flush_cache() to writeback and invalidate

Simon Glass sjg at chromium.org
Wed Nov 30 01:33:01 CET 2016


On 27 November 2016 at 15:15, Vladimir Zapolskiy <vz at mleia.com> wrote:
> In common usecases flush_cache() assumes both cache invalidation and
> write-back to memory, instead of doing cache invalidation only with
> the wrapped 'ocbi' instruction pin flush_cache() to cache invalidation
> with memory write-back done by 'ocbp'.
>
> Signed-off-by: Vladimir Zapolskiy <vz at mleia.com>
> ---
>  arch/sh/cpu/sh4/cpu.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list