From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Shevchenko Date: Thu, 20 Aug 2020 12:49:35 +0300 Subject: [PATCH v1 01/15] x86: Introduce USE_EARLY_BOARD_INIT option In-Reply-To: <20200806145438.65862-1-andriy.shevchenko@linux.intel.com> References: <20200806145438.65862-1-andriy.shevchenko@linux.intel.com> Message-ID: <20200820094935.GX1891694@smile.fi.intel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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