diff options
Diffstat (limited to 'board/freescale/imx93_evk/spl.c')
-rw-r--r-- | board/freescale/imx93_evk/spl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/imx93_evk/spl.c b/board/freescale/imx93_evk/spl.c index 2fd5559195e..7331a20f94c 100644 --- a/board/freescale/imx93_evk/spl.c +++ b/board/freescale/imx93_evk/spl.c @@ -116,7 +116,7 @@ void board_init_f(ulong dummy) preloader_console_init(); - ret = imx9_probe_mu(NULL, NULL); + ret = imx9_probe_mu(); if (ret) { printf("Fail to init Sentinel API\n"); } else { |