
17 Jul
2023
17 Jul
'23
8:20 a.m.
On Sun, Jul 16, 2023 at 11:40 AM Simon Glass sjg@chromium.org wrote:
Print the banner in SPL init only if the spl_board_init() function isn't enabled. The spl_board_init() function is in the same file, but is called later, by board_init_r().
This avoids printing two banners, which causes tests to fail.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v5:
- Split out banner code into a separate patch
arch/x86/lib/spl.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com