commit | a135b38a9b8f961d2660d2fe09fdea5c622f0a81 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Tue Feb 27 17:05:50 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sat Mar 02 14:29:36 2024 -0500 |
tree | c4f153c7d200dbc8dc5f7e428662338e30d07011 | |
parent | 8b3513efb5c3e5a7993c871b2ec0ee22aa488018 [diff] |
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>