]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common, env: Fix support for environment in i2c eeprom
authorMatthias Fuchs <matthias.fuchs@esd.eu>
Wed, 19 Mar 2014 09:25:08 +0000 (10:25 +0100)
committerTom Rini <trini@ti.com>
Fri, 28 Mar 2014 19:06:30 +0000 (15:06 -0400)
commit01a0c64762e902971b34587a8a61b59e9ea51374
tree823fa2e8f6f820cf12df8070ae69e6fbd4e3ff75
parent17b0da801910b2791cf67817735a3367615922e6
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>
common/cmd_eeprom.c