
4 Jul
2024
4 Jul
'24
1:22 a.m.
On Sun, 16 Jun 2024 19:31:02 +0200, Heinrich Schuchardt wrote:
If we have multiple weak implementations of functions, the linker might choose any of these.
ARM and RISC-V already provide a weak implementation of flush_dcache_all() but cmd/cache.c provides another implementation. Add an #ifdef to avoid the duplication.
[...]
Applied to u-boot/master, thanks!
--
Tom