>-----Original Message----- >From: Bin Meng <bmeng...@gmail.com> >Sent: 03 August 2020 11:39 >To: Rick Chen <r...@andestech.com>; Pragnesh Patel ><pragnesh.pa...@sifive.com>; U-Boot Mailing List <u-boot@lists.denx.de> >Cc: Bin Meng <bin.m...@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.m...@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.m...@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.pa...@sifive.com> Tested-by: Pragnesh Patel <pragnesh.pa...@sifive.com>