summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2019-01-22 16:12:54 +0300
committerMichal Simek <michal.simek@xilinx.com>2019-02-14 16:31:10 +0300
commitaeac8921ab8c925a9ebd87bb59bba92fe03bdd03 (patch)
tree922289087d172aa38082f3273a6b53451f103b23 /include/configs
parenteebbfd865b27f5f20122d9d57f56aa03f6976c90 (diff)
downloadu-boot-aeac8921ab8c925a9ebd87bb59bba92fe03bdd03.tar.xz
ARM: zynq: Convert Syzygy to DM_I2C
Boards have only one controller enabled that's why move to DM_I2C is easy. Add also i2c alias for not to be shown as i2c bus -1 because alias doesn't exist. Config file points to MAC stored in eeprom but it is not listed that's why I have added 24c08 part. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/syzygy_hub.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/syzygy_hub.h b/include/configs/syzygy_hub.h
index 75036977d4..e31b77c0c0 100644
--- a/include/configs/syzygy_hub.h
+++ b/include/configs/syzygy_hub.h
@@ -10,10 +10,6 @@
#ifndef __CONFIG_SYZYGY_HUB_H
#define __CONFIG_SYZYGY_HUB_H
-#define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1
-#define CONFIG_ZYNQ_GEM_EEPROM_ADDR 0x57
-#define CONFIG_ZYNQ_EEPROM_BUS 0
-
#define CONFIG_EXTRA_ENV_SETTINGS \
"fit_image=fit.itb\0" \
"bitstream_image=download.bit\0" \