arm: mach-sc5xx: Remove inappropriate board-specific functions
authorGreg Malysa <malysagreg@gmail.com>
Fri, 28 Feb 2025 18:58:34 +0000 (13:58 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 13 Mar 2025 15:52:33 +0000 (09:52 -0600)
commit74f4170a87a72438842ec7084741968dbc270702
tree2cca93e5cf033a1dae9fe46402d86e3b5524da71
parent3ce975ab888b583cb5816b1aa453136ea9549a3c
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>
arch/arm/mach-sc5xx/soc.c