[PATCH v1 01/15] x86: Introduce USE_EARLY_BOARD_INIT option

Andy Shevchenko andriy.shevchenko at linux.intel.com
Thu Aug 20 11:49:35 CEST 2020


On Thu, Aug 06, 2020 at 05:54:24PM +0300, Andy Shevchenko wrote:
> Introduce USE_EARLY_BOARD_INIT option and select it by the actual users.

...

> +#ifdef USE_EARLY_BOARD_INIT

And here I missed CONFIG_ prefix...

I'll fix this in v2.

>  	/*
>  	 * Critical early platform init - generally not used, we prefer init
>  	 * to happen later when we have a console, in case something goes
> @@ -96,6 +97,8 @@ _start:
>  	jmp	early_board_init
>  .globl early_board_init_ret
>  early_board_init_ret:
> +#endif

-- 
With Best Regards,
Andy Shevchenko




More information about the U-Boot mailing list