From: Tom Rini Date: Wed, 3 Jul 2024 20:44:12 +0000 (-0600) Subject: Merge patch series "cmd: avoid duplicate weak functions" X-Git-Url: http://git.dujemihanovic.xyz/html/static/gitweb.css?a=commitdiff_plain;h=0f073e022ddc5070e5df1d053e4bdc1874fbcc0f;p=u-boot.git Merge patch series "cmd: avoid duplicate weak functions" Heinrich Schuchardt says: [trini: Patch 1/3 was replaced by my series merged just prior to this, Heinrich's cover letter is lightly edited and any mistakes are my own] If we have multiple weak implementations of functions, the linker might choose any of these. The EFI sub-systems uses invalidate_icache_all() after loading binaries. Both the EFI sub-system and cmd/cache.c provide a weak invalidate_icache_all() function. Remove the EFI instance. For ARM11 functional implementation of invalidate_icache_all is missing. Add it. --- 0f073e022ddc5070e5df1d053e4bdc1874fbcc0f