diff options
author | Michal Simek <michal.simek@xilinx.com> | 2019-02-25 10:01:22 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2019-04-16 11:52:02 +0200 |
commit | cc9f55e241c3d50ffcdb076abbf5a7a47e96c4fb (patch) | |
tree | a0d7978c98602c915d8325b6cdd458b21efe4b99 | |
parent | c19d4c72aa7026c82c1b1a310c3bb26e1e7a8f1d (diff) |
arm64: zynqmp: Remove eeprom setting
By moving to DM_I2C there is no need to specify any eeprom configuration
because it is read from DT.
Reported-by: Sreeja Vadakattu <sreeja.vadakattu@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r-- | include/configs/xilinx_zynqmp.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index 27a8e4d490..91ae7088a5 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -108,15 +108,6 @@ # define PHY_ANEG_TIMEOUT 20000 #endif -/* EEPROM */ -#ifdef CONFIG_ZYNQMP_EEPROM -# define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 2 -# define CONFIG_SYS_I2C_EEPROM_ADDR 0x54 -# define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 4 -# define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 5 -# define CONFIG_SYS_EEPROM_SIZE (64 * 1024) -#endif - #define CONFIG_SYS_BOOTM_LEN (60 * 1024 * 1024) #define CONFIG_CLOCKS |