]> git.dujemihanovic.xyz Git - u-boot.git/commit
ARM: renesas: Simplify weak symbols
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Tue, 27 Feb 2024 16:05:50 +0000 (17:05 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 2 Mar 2024 19:29:36 +0000 (14:29 -0500)
commit217d7191b1c2803c821e7c285c4c85320829d3a3
treec4f153c7d200dbc8dc5f7e428662338e30d07011
parent18c3f3a26558205099f7b825cc8a6f6d237f9cdd
ARM: renesas: Simplify weak symbols

Simplify the weak symbols use in cpu_info.c by using the __weak macro.
The result is identical, but the syntax is much simpler. Furthermore,
drop three more rmobile* symbols which are now unused.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Paul Barker <paul.barker.ct@bp.renesas.com>
arch/arm/mach-rmobile/cpu_info.c