summaryrefslogtreecommitdiff
path: root/board/engicam/imx8mm/spl.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/engicam/imx8mm/spl.c')
-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. */