]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Merge patch series "m68k: Implement a default flush_dcache_all"
authorTom Rini <trini@konsulko.com>
Wed, 3 Jul 2024 20:42:11 +0000 (14:42 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 3 Jul 2024 20:42:11 +0000 (14:42 -0600)
Tom Rini <trini@konsulko.com> says:

Prior to this series we had some de-facto required cache functions that
were either unimplemented on some architectures or differently named.
This would lead in some cases to having multiple "weak" functions
available as well. Rework things so that an architecture must provide
these functions and it is up to that architecture if a "weak" default
function makes sense, or not.


Trivial merge