summaryrefslogtreecommitdiffstats
path: root/include/configs/t3corp.h
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2015-11-10 20:53:19 +0100
committerTom Rini <trini@konsulko.com>2015-11-21 21:50:21 -0500
commite4f65d006793d5f034ce10b8cc9810eb0b396879 (patch)
tree0b4397fdf45ee79cbb7259a76b106947fac9543b /include/configs/t3corp.h
parent4f296d09e13c04a7bca38f6cf1150b9417d054d4 (diff)
downloadblackbird-obmc-uboot-e4f65d006793d5f034ce10b8cc9810eb0b396879.tar.gz
blackbird-obmc-uboot-e4f65d006793d5f034ce10b8cc9810eb0b396879.zip
eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS
This option only complicates the code unnecessarily, just use CONFIG_SYS_DEF_EEPROM_ADDR as the default address if there are only five arguments to eeprom {read/write} if this is defined. If CONFIG_SYS_DEF_EEPROM_ADDR is not defined, we mandate all six arguments. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Simon Glass <sjg@chromium.org> Cc: Tom Rini <trini@konsulko.com> Cc: Heiko Schocher <hs@denx.de> Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/configs/t3corp.h')
-rw-r--r--include/configs/t3corp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/t3corp.h b/include/configs/t3corp.h
index 502e795976..7942865f11 100644
--- a/include/configs/t3corp.h
+++ b/include/configs/t3corp.h
@@ -307,7 +307,6 @@
*/
#define CONFIG_SYS_I2C_PPC4XX_SPEED_0 400000
-#define CONFIG_SYS_I2C_MULTI_EEPROMS
#define CONFIG_SYS_I2C_EEPROM_ADDR (0xa8>>1)
#define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1
#define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 3
OpenPOWER on IntegriCloud