diff options
| author | Bin Meng <[email protected]> | 2020-08-02 23:09:05 -0700 |
|---|---|---|
| committer | Andes <[email protected]> | 2020-08-14 14:38:53 +0800 |
| commit | 50856c3f0f0d14da97634e9cdef2f0380210f9cc (patch) | |
| tree | 71306cc6c8ae05105fb1c0554ffbc8cc3fdc9550 /board/sifive | |
| parent | ff8e88a6d7e2497f74ebd3779eac6a9c7793950d (diff) | |
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 <[email protected]>
Reviewed-by: Leo Liang <[email protected]>
Reviewed-by: Rick Chen <[email protected]>
Reviewed-by: Pragnesh Patel <[email protected]>
Tested-by: Pragnesh Patel <[email protected]>
Diffstat (limited to 'board/sifive')
| -rw-r--r-- | board/sifive/fu540/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/sifive/fu540/Kconfig b/board/sifive/fu540/Kconfig index fc281209ebd..e70d1e53f9c 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 |
