commit | bc79400a5d6e56033c925915c57b16f6b4e8f003 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Wed Jan 29 18:04:33 2025 +0100 |
committer | Marek Vasut <marek.vasut+renesas@mailbox.org> | Wed Jan 29 22:52:35 2025 +0100 |
tree | 72ed603b9a684f139a01e6543790072d15f02317 | |
parent | b3d2ecb021848c3a3e7af2c9f0c3cd1450d5f958 [diff] |
arm64: renesas: Deduplicate board_early_init_f() Introduce common weak board_early_init_f() in rcar64-common.c which is the default implementation in case there is no other board specific board_early_init_f(). Remove board_early_init_f() from Salvator-X, ULCB and Draak boards where this function is empty. Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>