From 027b1134b20b253b71de306738ed8d2d3f8ddc21 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Tue, 22 Jan 2019 15:55:46 +0100 Subject: xilinx: common: Remove !DM_i2C code for reading mac from eeprom All platforms are converted to DM_I2C that's why there is no reason to keep this code here. Signed-off-by: Michal Simek Reviewed-by: Heiko Schocher --- drivers/misc/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/misc') diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 704c8dd1955..d6e677fba84 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -245,6 +245,7 @@ config SPL_I2C_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. -- cgit v1.2.3