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

2020-08-20 Thread Andy Shevchenko
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 -

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

2020-08-16 Thread Park, Aiden
> -Original Message- > From: Andy Shevchenko > Sent: Thursday, August 6, 2020 7:54 AM > To: Simon Glass ; Bin Meng ; u- > b...@lists.denx.de > Cc: Andy Shevchenko ; Park, Aiden > ; Stefan Roese ; George McCollister > > Subject: [PATCH v1 01/15] x86: Introduce USE_EARLY_BOARD_INIT option

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

2020-08-06 Thread Stefan Roese
On 06.08.20 16:54, Andy Shevchenko wrote: Introduce USE_EARLY_BOARD_INIT option and select it by the actual users. Cc: Aiden Park Cc: Stefan Roese Cc: George McCollister Signed-off-by: Andy Shevchenko Reviewed-by: Stefan Roese Thanks, Stefan --- arch/x86/Kconfig