diff options
author | Michal Simek | 2022-11-23 09:27:08 +0100 |
---|---|---|
committer | Michal Simek | 2022-12-05 08:55:55 +0100 |
commit | 2e3c10eea0b7f31bc608cc1fc2f24db9d346dee2 (patch) | |
tree | 0aed088469c204a7617c55e6011cad2cae34d27f /configs/xilinx_zynqmp_virt_defconfig | |
parent | f3538a3cbe8aa29e5b7188e223f926da79788d63 (diff) |
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 'configs/xilinx_zynqmp_virt_defconfig')
-rw-r--r-- | configs/xilinx_zynqmp_virt_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig index 9696e418daf..4732c39bdbe 100644 --- a/configs/xilinx_zynqmp_virt_defconfig +++ b/configs/xilinx_zynqmp_virt_defconfig @@ -13,8 +13,6 @@ CONFIG_SPL=y CONFIG_ENV_OFFSET_REDUND=0x1E80000 CONFIG_SPL_SPI_FLASH_SUPPORT=y CONFIG_SPL_SPI=y -CONFIG_ZYNQ_MAC_IN_EEPROM=y -CONFIG_ZYNQ_GEM_I2C_MAC_OFFSET=0x20 CONFIG_CMD_FRU=y CONFIG_ZYNQMP_USB=y CONFIG_SYS_LOAD_ADDR=0x8000000 |