>-----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 5/6] riscv: sifive/fu540: Drop NET_RANDOM_ETHADDR > >[External Email] Do not click links or attachments unless you recognize the >sender and know the content is safe > >From: Bin Meng <[email protected]> > >This option was enabled during the earlier U-Boot porting time. Now we already >have the OTP driver in place and the unique MAC address is read from the OTP, >there is no need to turn on this option. > >Signed-off-by: Bin Meng <[email protected]> >--- > > board/sifive/fu540/Kconfig | 1 - > 1 file changed, 1 deletion(-) >
Reviewed-by: Pragnesh Patel <[email protected]> Tested-by: Pragnesh Patel <[email protected]>

