
10 Jul
2021
10 Jul
'21
3:08 a.m.
On Tue, Jun 29, 2021 at 07:33:04PM -0400, Tom Rini wrote:
As seen with clang-12: warning: __asm_invalidate_l3_dcache changed binding to STB_WEAK
As we indeed use ENTRY and then declare the function weak manually. Use the WEAK declarative from <linux/linkage.h> instead.
Signed-off-by: Tom Rini trini@konsulko.com
Applied to u-boot/master, thanks!
--
Tom