diff options
author | Marek Vasut <marex@denx.de> | 2015-11-25 00:37:44 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-12-05 18:22:24 -0500 |
commit | 9f8edb76512b0e8815e2e53e248c128414739fcc (patch) | |
tree | 05b3dcaf665e85415c5e805b5b02382be332779e /include/configs/ot1200.h | |
parent | 1b25e586cbdc2f3127be785e8b63248eca82b45b (diff) | |
download | u-boot-9f8edb76512b0e8815e2e53e248c128414739fcc.tar.gz |
eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS
This symbol is no longer used anywhere, remove it.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Heiko Schocher <hs@denx.de>
Cc: Tom Rini <trini@konsulko.com>
Acked-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/configs/ot1200.h')
-rw-r--r-- | include/configs/ot1200.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ot1200.h b/include/configs/ot1200.h index 3da454a35b..879ad58fc4 100644 --- a/include/configs/ot1200.h +++ b/include/configs/ot1200.h @@ -111,7 +111,6 @@ #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1 #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 3 #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 5 -#define CONFIG_SYS_I2C_MULTI_EEPROMS #endif /* Miscellaneous commands */ |