]> git.dujemihanovic.xyz Git - u-boot.git/commit
sh: Implement a default flush_dcache_all
authorTom Rini <trini@konsulko.com>
Wed, 19 Jun 2024 21:27:55 +0000 (15:27 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 3 Jul 2024 20:42:01 +0000 (14:42 -0600)
commitbe9f4ff58567420e470f2f0eccda41347747c8f5
tree63416945802a6b97795a719bb3210b8461b0fff1
parent8f25b150651d45f3fe75ea19195fc6cc8169d0d2
sh: Implement a default flush_dcache_all

Implement a weak default version of flush_dcache_all which is based on
the ARM default, which is to flush the entire range via
flush_dcache_range(...).

Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
arch/sh/cpu/sh4/cache.c