
-----Original Message----- From: Bin Meng bmeng.cn@gmail.com Sent: 03 August 2020 11:39 To: Rick Chen rick@andestech.com; Pragnesh Patel pragnesh.patel@sifive.com; U-Boot Mailing List u-boot@lists.denx.de Cc: Bin Meng bin.meng@windriver.com Subject: [PATCH 1/6] riscv: Call spl_board_init_f() in the generic SPL board_init_f()
[External Email] Do not click links or attachments unless you recognize the sender and know the content is safe
From: Bin Meng bin.meng@windriver.com
The generic SPL version of board_init_f() should give a call to board specific codes to initialize board in the SPL phase.
Signed-off-by: Bin Meng bin.meng@windriver.com
arch/riscv/include/asm/spl.h | 7 +++++++ arch/riscv/lib/spl.c | 9 +++++++++ 2 files changed, 16 insertions(+)
Reviewed-by: Pragnesh Patel pragnesh.patel@sifive.com Tested-by: Pragnesh Patel pragnesh.patel@sifive.com