commit | 01a0c64762e902971b34587a8a61b59e9ea51374 | [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 | 17b0da801910b2791cf67817735a3367615922e6 [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>