On Wed, 19 Jun 2024 15:27:53 -0600, Tom Rini wrote:
> 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(...).
>
>
Applied to u-boot/master, thanks!
--
Tom
On Thu, 20 Jun 2024 at 00:28, Tom Rini wrote:
>
> 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(...).
>
> Signed-off-by: Tom Rini
> ---
> Cc: Huan Wang
> Cc: Angelo Dureghello
> ---
> arch/m
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(...).
Signed-off-by: Tom Rini
---
Cc: Huan Wang
Cc: Angelo Dureghello
---
arch/m68k/lib/cache.c | 9 +
1 file changed, 9 insertions(+)
diff
3 matches
Mail list logo