>-----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 4/6] riscv: sifive/fu540: kconfig: Move FU540 driver related >options to the SoC level > >[External Email] Do not click links or attachments unless you recognize the >sender and know the content is safe > >From: Bin Meng <[email protected]> > >All FU540 driver related options should be in the SoC level Kconfig. > >Signed-off-by: Bin Meng <[email protected]> >--- > > arch/riscv/cpu/fu540/Kconfig | 22 ++++++++++++++++++++++ > board/sifive/fu540/Kconfig | 22 ---------------------- > 2 files changed, 22 insertions(+), 22 deletions(-) >
Reviewed-by: Pragnesh Patel <[email protected]> Tested-by: Pragnesh Patel <[email protected]>

