Files
u-boot/arch
Tom Rini f7b845bfe0 arm: armv8: Fix warning about redeclaring global functions as weak
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>
2021-07-09 12:15:41 -04:00
..
2021-07-07 19:52:22 -04:00
2021-07-07 19:52:24 -04:00
2021-04-22 14:09:45 -04:00
2021-05-24 14:21:30 -04:00