[PATCH 06/13] imx9: Remove ARCH_MISC_INIT

Peng Fan peng.fan at oss.nxp.com
Mon Feb 20 09:50:47 CET 2023



On 2/16/2023 11:36 AM, Tom Rini wrote:
> We don't need an empty function, we can just not enable the hook we
> don't use.
> 
> Cc: Peng Fan <peng.fan at nxp.com>
> Signed-off-by: Tom Rini <trini at konsulko.com>

Reviewed-by: Peng Fan <peng.fan at nxp.com>

> ---
>   arch/arm/mach-imx/imx9/soc.c      | 5 -----
>   configs/imx93_11x11_evk_defconfig | 1 -
>   2 files changed, 6 deletions(-)
> 
> diff --git a/arch/arm/mach-imx/imx9/soc.c b/arch/arm/mach-imx/imx9/soc.c
> index 797d7a802baf..a16e22ea6bbf 100644
> --- a/arch/arm/mach-imx/imx9/soc.c
> +++ b/arch/arm/mach-imx/imx9/soc.c
> @@ -208,11 +208,6 @@ int print_cpuinfo(void)
>   	return 0;
>   }
>   
> -int arch_misc_init(void)
> -{
> -	return 0;
> -}
> -
>   int ft_system_setup(void *blob, struct bd_info *bd)
>   {
>   	return 0;
> diff --git a/configs/imx93_11x11_evk_defconfig b/configs/imx93_11x11_evk_defconfig
> index 64da123c3723..33d703020798 100644
> --- a/configs/imx93_11x11_evk_defconfig
> +++ b/configs/imx93_11x11_evk_defconfig
> @@ -25,7 +25,6 @@ CONFIG_DISTRO_DEFAULTS=y
>   CONFIG_REMAKE_ELF=y
>   CONFIG_SYS_MONITOR_LEN=524288
>   CONFIG_DEFAULT_FDT_FILE="imx93-11x11-evk.dtb"
> -CONFIG_ARCH_MISC_INIT=y
>   CONFIG_BOARD_EARLY_INIT_F=y
>   CONFIG_BOARD_LATE_INIT=y
>   CONFIG_SPL_MAX_SIZE=0x26000


More information about the U-Boot mailing list