
20 Aug
2020
20 Aug
'20
11:49 a.m.
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