summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-03-25 13:00:29 -0600
committerFabio Estevam <[email protected]>2026-04-02 09:08:25 -0300
commit94c660cfd3356224e2a31d6319707ccf489863a1 (patch)
treebbefef09d91fc1fc26da87e51ec55443bab9d1e2 /board
parent7917c2e356042505c7dea469c358f07b6e424fa2 (diff)
engicam: Drop unnecessary BOARD_EARLY_INIT_F usage
This platform enables CONFIG_BOARD_EARLY_INIT_F and then has a do-nothing board_early_init_f function. Change to not enabling the option and so not needing an empty function. Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'board')
-rw-r--r--board/engicam/imx8mm/spl.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/board/engicam/imx8mm/spl.c b/board/engicam/imx8mm/spl.c
index 5a6bcb1747a..702f0caafab 100644
--- a/board/engicam/imx8mm/spl.c
+++ b/board/engicam/imx8mm/spl.c
@@ -52,11 +52,6 @@ int board_fit_config_name_match(const char *name)
}
#endif
-int board_early_init_f(void)
-{
- return 0;
-}
-
void board_init_f(ulong dummy)
{
int ret;
@@ -65,8 +60,6 @@ void board_init_f(ulong dummy)
init_uart_clk(1);
- board_early_init_f();
-
timer_init();
/* Clear the BSS. */