diff options
author | Tom Rini <trini@konsulko.com> | 2024-02-12 09:26:20 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-02-12 09:26:20 -0500 |
commit | 91c37c4a20db24a4fc1d565c70035072d355cce0 (patch) | |
tree | 49e2b12cf091e87bad45b8768d5d7894523a4caa /board/freescale/imx93_evk/spl.c | |
parent | e8f2404e093daf6cc3ac2b3233e3c6770d13e371 (diff) | |
parent | fcd377ed6480643b1f79188c7a8fb9280a211b4f (diff) |
Merge tag 'u-boot-imx-master-20240212' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
CI:
https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/19583
- Fix the i.MX8MP SPI compatible string.
- Let the SPL clock code do the configuration on Data Modul i.MX8M Plus
eDM SBC.
- Enable secure boot on the imx93_var_som board.
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 be9c24fc0d..a98ed69db8 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; |