(subset) [PATCH 0/3] cmd: avoid duplicate weak functions
Tom Rini
trini at konsulko.com
Thu Jul 4 01:22:18 CEST 2024
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
More information about the U-Boot
mailing list