diff options
author | Tom Rini <trini@konsulko.com> | 2021-08-17 17:59:37 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-08-30 14:10:05 -0400 |
commit | 20815ecdcf7b6cf118229af5bb2b474ca2215158 (patch) | |
tree | 24dc4929790015d7714c5083abed6d26fc5961e1 /board/davinci/da8xxevm/Kconfig | |
parent | 2a1453695dd197f3b77c6303fe0d7a7b5bc86e67 (diff) | |
download | u-boot-20815ecdcf7b6cf118229af5bb2b474ca2215158.tar.gz u-boot-20815ecdcf7b6cf118229af5bb2b474ca2215158.tar.bz2 u-boot-20815ecdcf7b6cf118229af5bb2b474ca2215158.zip |
davinci: Drop CONFIG_MAC_ADDR_IN_EEPROM
Looking over the current boards, there are no users of
CONFIG_MAC_ADDR_IN_EEPROM. Further, omapl138_lcdk uses
CONFIG_NET_RANDOM_ETHADDR. Drop various unused code paths.
Cc: Adam Ford <aford173@gmail.com>
Cc: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/davinci/da8xxevm/Kconfig')
-rw-r--r-- | board/davinci/da8xxevm/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/board/davinci/da8xxevm/Kconfig b/board/davinci/da8xxevm/Kconfig index bb1188b4ea..c5499a63fd 100644 --- a/board/davinci/da8xxevm/Kconfig +++ b/board/davinci/da8xxevm/Kconfig @@ -22,15 +22,6 @@ config MAC_ADDR_IN_SPIFLASH their MAC address in SPI Flash from the factory Enable this option to read the MAC from SPI Flash -config MAC_ADDR_IN_EEPROM - bool "MAC address in EEPROM" - help - The DA850 EVM comes with SoM are programmed with - their MAC address in SPI Flash from the factory, - but the kit has an optional expansion board with - EEPROM available. Enable this option to read the - MAC from the EEPROM - endif endif |