commit | 60086409a488ea22240b29c6c17d3117f4d5ef22 | [log] [tgz] |
---|---|---|
author | Greg Malysa <malysagreg@gmail.com> | Fri Feb 28 13:58:34 2025 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 13 09:52:33 2025 -0600 |
tree | 2cca93e5cf033a1dae9fe46402d86e3b5524da71 | |
parent | 582c715a3f818c88063d492e1b6df812117b2b72 [diff] |
arm: mach-sc5xx: Remove inappropriate board-specific functions The sc5xx machine code includes implementations of board_init and board_early_init_f which should not be included in the base soc support code, as they should be implemented by a board where necessary. This removes the default empty implementations of both from mach-sc5xx. Signed-off-by: Greg Malysa <malysagreg@gmail.com>