commit | 5f9f4a918f23f210a5d92af0bfd128cdc840f69f | [log] [tgz] |
---|---|---|
author | Matthias Fuchs <matthias.fuchs@esd.eu> | Wed Mar 19 10:25:08 2014 +0100 |
committer | Tom Rini <trini@ti.com> | Fri Mar 28 15:06:30 2014 -0400 |
tree | 823fa2e8f6f820cf12df8070ae69e6fbd4e3ff75 | |
parent | 7c1781b1db19c6d74b63e85146081aa67982b1f3 [diff] |
common, env: Fix support for environment in i2c eeprom When using CONFIG_SYS_I2C i2c needs to be initialized by i2c_init_all(). This is done in some places but not in eeprom_init(). Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>