diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2024-02-09 11:30:07 +0100 |
---|---|---|
committer | Fabio Estevam <festevam@denx.de> | 2024-02-10 15:16:13 -0300 |
commit | 2029a4c6be564887ba0860f1e91ea7d54b5675d5 (patch) | |
tree | 8e6ab8fb34c8cc57270a13576473e305b4dd8f85 /board/freescale/imx93_evk/spl.c | |
parent | 05d3602737769765ff0c1e71914d521bddedfb2c (diff) |
imx93: Use a header for imx9_probe_mu declaration
Put imx9_probe_mu declaration in a new mu.h header file.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Reviewed-by: Igor Opaniuk <igor.opaniuk@foundries.io>
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 be9c24fc0d9..a98ed69db88 100644 --- a/board/freescale/imx93_evk/spl.c +++ b/board/freescale/imx93_evk/spl.c @@ -14,6 +14,7 @@ #include <asm/global_data.h> #include <asm/io.h> #include <asm/arch/imx93_pins.h> +#include <asm/arch/mu.h> #include <asm/arch/clock.h> #include <asm/arch/sys_proto.h> #include <asm/mach-imx/boot_mode.h> @@ -91,7 +92,6 @@ int power_init_board(void) } #endif -extern int imx9_probe_mu(void *ctx, struct event *event); void board_init_f(ulong dummy) { int ret; |