>-----Original Message----- >From: Bin Meng <[email protected]> >Sent: 03 August 2020 11:39 >To: Rick Chen <[email protected]>; Pragnesh Patel ><[email protected]>; U-Boot Mailing List <[email protected]> >Cc: Bin Meng <[email protected]> >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 <[email protected]> > >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 <[email protected]> >--- > > arch/riscv/include/asm/spl.h | 7 +++++++ > arch/riscv/lib/spl.c | 9 +++++++++ > 2 files changed, 16 insertions(+)
Reviewed-by: Pragnesh Patel <[email protected]> Tested-by: Pragnesh Patel <[email protected]>

