From 9f8edb76512b0e8815e2e53e248c128414739fcc Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Wed, 25 Nov 2015 00:37:44 +0100 Subject: eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS This symbol is no longer used anywhere, remove it. Signed-off-by: Marek Vasut Cc: Heiko Schocher Cc: Tom Rini Acked-by: Heiko Schocher --- include/configs/ot1200.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/ot1200.h') diff --git a/include/configs/ot1200.h b/include/configs/ot1200.h index 3da454a..879ad58 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 */ -- cgit v1.1