>-----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 2/6] riscv: sifive/fu540: spl: Drop our own version of >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]> > >Use the generic board_init_f() provided by the RISC-V library codes. > >Signed-off-by: Bin Meng <[email protected]> >--- > > board/sifive/fu540/spl.c | 19 +------------------ > 1 file changed, 1 insertion(+), 18 deletions(-) >
Reviewed-by: Pragnesh Patel <[email protected]> Tested-by: Pragnesh Patel <[email protected]>

