
On Tue, Sep 1, 2020 at 1:33 PM Bin Meng bmeng.cn@gmail.com wrote:
On Thu, Aug 20, 2020 at 6:02 PM Andy Shevchenko andriy.shevchenko@linux.intel.com wrote:
Introduce USE_EARLY_BOARD_INIT option and select it by the actual users.
Cc: George McCollister george.mccollister@gmail.com Signed-off-by: Andy Shevchenko andriy.shevchenko@linux.intel.com Reviewed-by: Stefan Roese sr@denx.de Reviewed-by: Aiden Park aiden.park@intel.com
v2: added Rb tag(s), appended CONFIG prefix when use the option in the code arch/x86/Kconfig | 3 +++ arch/x86/cpu/start.S | 3 +++ board/google/chromebook_coral/Kconfig | 1 + board/google/chromebook_link/Kconfig | 1 + board/google/chromebook_samus/Kconfig | 1 + 5 files changed, 9 insertions(+)
Reviewed-by: Bin Meng bmeng.cn@gmail.com
series applied to u-boot-x86, thanks!