[PATCH] osm-s-mx93: Drop unnecessary BOARD_EARLY_INIT_F usage

Frieder Schrempf frieder.schrempf at kontron.de
Thu Mar 26 07:51:03 CET 2026


On 25.03.26 20:00, Tom Rini wrote:
> This platform enables CONFIG_BOARD_EARLY_INIT_F and then has a
> do-nothing board_early_init_f function. Change to not enabling the
> option and so not needing an empty function.
> 
> Signed-off-by: Tom Rini <trini at konsulko.com>

The description seems a bit off, as it looks like this board isn't even
enabling CONFIG_BOARD_EARLY_INIT_F.

But anyway:

Reviewed-by: Frieder Schrempf <frieder.schrempf at kontron.de>

> ---
> Cc: Frieder Schrempf <frieder.schrempf at kontron.de>
> ---
>  board/kontron/osm-s-mx93/osm-s-mx93.c | 5 -----
>  board/kontron/osm-s-mx93/spl.c        | 2 --
>  2 files changed, 7 deletions(-)
> 
> diff --git a/board/kontron/osm-s-mx93/osm-s-mx93.c b/board/kontron/osm-s-mx93/osm-s-mx93.c
> index b6feef549d16..02bee34ac663 100644
> --- a/board/kontron/osm-s-mx93/osm-s-mx93.c
> +++ b/board/kontron/osm-s-mx93/osm-s-mx93.c
> @@ -22,11 +22,6 @@
>  
>  #include "../common/hw-uid.h"
>  
> -int board_early_init_f(void)
> -{
> -	return 0;
> -}
> -
>  #if IS_ENABLED(CONFIG_KONTRON_HW_UID)
>  struct uid_otp_loc uid_otp_locations[] = {
>  	{
> diff --git a/board/kontron/osm-s-mx93/spl.c b/board/kontron/osm-s-mx93/spl.c
> index 23a90e351fe9..a47fc43c6aa9 100644
> --- a/board/kontron/osm-s-mx93/spl.c
> +++ b/board/kontron/osm-s-mx93/spl.c
> @@ -132,8 +132,6 @@ void board_init_f(ulong dummy)
>  
>  	arch_cpu_init();
>  
> -	board_early_init_f();
> -
>  	spl_early_init();
>  
>  	preloader_console_init();



More information about the U-Boot mailing list