summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@amd.com>2022-11-23 11:27:08 +0300
committerMichal Simek <michal.simek@amd.com>2022-12-05 10:55:55 +0300
commit2e3c10eea0b7f31bc608cc1fc2f24db9d346dee2 (patch)
tree0aed088469c204a7617c55e6011cad2cae34d27f /board
parentf3538a3cbe8aa29e5b7188e223f926da79788d63 (diff)
downloadu-boot-2e3c10eea0b7f31bc608cc1fc2f24db9d346dee2.tar.xz
xilinx: Remove unused ZYNQ_MAC_IN_EEPROM/ZYNQ_GEM_I2C_MAC_OFFSET entries
The commit ba74bcf3e07b ("xilinx: common: Remove zynq_board_read_rom_ethaddr()") removed zynq_board_read_rom_ethaddr() because xlnx,eeprom link via DT chosen node is no longer used. But forget to remove Kconfig entries which are used by this code only. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/f97451ed33409838efea4071553b6da795cfc578.1669192026.git.michal.simek@amd.com
Diffstat (limited to 'board')
-rw-r--r--board/xilinx/Kconfig17
1 files changed, 0 insertions, 17 deletions
diff --git a/board/xilinx/Kconfig b/board/xilinx/Kconfig
index 7b31d7eaed..4f0776e8bd 100644
--- a/board/xilinx/Kconfig
+++ b/board/xilinx/Kconfig
@@ -58,23 +58,6 @@ config BOOT_SCRIPT_OFFSET
help
Specifies distro boot script offset in NAND/QSPI/NOR flash.
-config ZYNQ_MAC_IN_EEPROM
- bool "Reading MAC address from EEPROM"
- help
- Enable this option if your MAC address is saved in eeprom and
- xlnx,eeprom DT property in chosen node points to it.
-
-if ZYNQ_MAC_IN_EEPROM
-
-config ZYNQ_GEM_I2C_MAC_OFFSET
- hex "Set the I2C MAC offset"
- default 0x0
- depends on DM_I2C
- help
- Set the MAC offset for i2C.
-
-endif
-
config CMD_FRU
bool "FRU information for product"
help