From: Bin Meng Date: Mon, 3 Aug 2020 06:09:05 +0000 (-0700) Subject: riscv: sifive/fu540: Drop NET_RANDOM_ETHADDR X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=50856c3f0f0d14da97634e9cdef2f0380210f9cc;p=u-boot.git riscv: sifive/fu540: Drop NET_RANDOM_ETHADDR 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 Reviewed-by: Leo Liang Reviewed-by: Rick Chen Reviewed-by: Pragnesh Patel Tested-by: Pragnesh Patel --- diff --git a/board/sifive/fu540/Kconfig b/board/sifive/fu540/Kconfig index fc281209eb..e70d1e53f9 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