[PATCH v2 1/3] imx93: Use a header for imx9_probe_mu declaration

Igor Opaniuk igor.opaniuk at foundries.io
Fri Feb 9 23:19:42 CET 2024


On Fri, Feb 9, 2024 at 1:05 PM Mathieu Othacehe <othacehe at gnu.org> wrote:
>
> Put imx9_probe_mu declaration in a new mu.h header file.
>
> Signed-off-by: Mathieu Othacehe <othacehe at gnu.org>
> ---
>  arch/arm/include/asm/arch-imx9/mu.h | 13 +++++++++++++
>  board/freescale/imx93_evk/spl.c     |  2 +-
>  board/phytec/phycore_imx93/spl.c    |  2 +-
>  3 files changed, 15 insertions(+), 2 deletions(-)
>  create mode 100644 arch/arm/include/asm/arch-imx9/mu.h
>
> diff --git a/arch/arm/include/asm/arch-imx9/mu.h b/arch/arm/include/asm/arch-imx9/mu.h
> new file mode 100644
> index 00000000000..b8604992914
> --- /dev/null
> +++ b/arch/arm/include/asm/arch-imx9/mu.h
> @@ -0,0 +1,13 @@
> +/* SPDX-License-Identifier: GPL-2.0+ */
> +/*
> + * Copyright (C) 2024 Mathieu Othacehe <m.othacehe at gmail.com>
> + */
> +
> +#ifndef __ARCH_IMX9_MU_H
> +#define __ARCH_IMX9_MU_H
> +
> +#include <event.h>
> +
> +int imx9_probe_mu(void *ctx, struct event *event);
> +
> +#endif
> 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;
> diff --git a/board/phytec/phycore_imx93/spl.c b/board/phytec/phycore_imx93/spl.c
> index da4b9e53594..dabc5316f33 100644
> --- a/board/phytec/phycore_imx93/spl.c
> +++ b/board/phytec/phycore_imx93/spl.c
> @@ -7,6 +7,7 @@
>
>  #include <asm/arch/clock.h>
>  #include <asm/arch/ddr.h>
> +#include <asm/arch/mu.h>
>  #include <asm/arch/sys_proto.h>
>  #include <asm/arch/trdc.h>
>  #include <asm/mach-imx/boot_mode.h>
> @@ -99,7 +100,6 @@ int power_init_board(void)
>         return 0;
>  }
>
> -extern int imx9_probe_mu(void *ctx, struct event *event);
>  void board_init_f(ulong dummy)
>  {
>         int ret;
> --
> 2.41.0
>

Reviewed-by: Igor Opaniuk <igor.opaniuk at foundries.io>

-- 
Best regards - Freundliche Grüsse - Meilleures salutations

Igor Opaniuk
Senior Software Engineer, Embedded & Security
E: igor.opaniuk at foundries.io
W: www.foundries.io


More information about the U-Boot mailing list