From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Liang Date: Thu, 6 Aug 2020 11:35:56 +0800 Subject: [PATCH 5/6] riscv: sifive/fu540: Drop NET_RANDOM_ETHADDR In-Reply-To: <1596434946-12630-5-git-send-email-bmeng.cn@gmail.com> References: <1596434946-12630-1-git-send-email-bmeng.cn@gmail.com> <1596434946-12630-5-git-send-email-bmeng.cn@gmail.com> Message-ID: <20200806033556.GA17367@andestech.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, Aug 02, 2020 at 11:09:05PM -0700, Bin Meng wrote: > From: Bin Meng > > 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 > --- > > board/sifive/fu540/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/board/sifive/fu540/Kconfig b/board/sifive/fu540/Kconfig > index fc28120..e70d1e5 100644 > --- a/board/sifive/fu540/Kconfig > +++ b/board/sifive/fu540/Kconfig > @@ -41,7 +41,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy > imply EFI_PARTITION > imply IP_DYN > imply ISO_PARTITION > - imply NET_RANDOM_ETHADDR > imply PHY_LIB > imply PHY_MSCC > imply SPI_FLASH > -- > 2.7.4 > Reviewed-by: Leo Liang