From: Tom Rini Date: Wed, 3 Jul 2024 20:42:11 +0000 (-0600) Subject: Merge patch series "m68k: Implement a default flush_dcache_all" X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=f0a259c25f60f4da72707a54dbd2f990d24d0d82;p=u-boot.git Merge patch series "m68k: Implement a default flush_dcache_all" Tom Rini 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. --- f0a259c25f60f4da72707a54dbd2f990d24d0d82