
2 Jun
2017
2 Jun
'17
4:56 a.m.
On 1 June 2017 at 08:14, Alexey Brodkin Alexey.Brodkin@synopsys.com wrote:
With eb5ba3aefdf0 "i2c: Drop use of CONFIG_I2C_HARD" in place we cannot use I2C EEPROM any longer so we're dropping all references to both EEPROM and I2C which was only used for EEPROM.
Signed-off-by: Alexey Brodkin abrodkin@synopsys.com Cc: Simon Glass sjg@chromium.org
configs/axs101_defconfig | 1 - configs/axs103_defconfig | 1 - include/configs/axs10x.h | 26 -------------------------- 3 files changed, 28 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
There is an i2c-eeprom driver if you want to use it.
Regards, Simon