]> git.ipfire.org Git - people/ms/u-boot.git/commit - common/cmd_eeprom.c
cmd_eeprom: I2C updates
authorHeiko Schocher <hs@denx.de>
Thu, 7 Jan 2010 07:55:40 +0000 (08:55 +0100)
committerWolfgang Denk <wd@denx.de>
Sun, 17 Jan 2010 23:42:37 +0000 (00:42 +0100)
commit548738b4d43af841ff58c787bce297ac6a8bf7d1
tree2d703671e76278a06143bc68e0436ae59e642552
parentb63815e31355b44e65899b361da1d8ef6940ab90
cmd_eeprom: I2C updates

- CONFIG_ENV_EEPROM_IS_ON_I2C
  define this, if you have I2C and SPI activated, and your
  EEPROM, which holds the environment, is on the I2C bus.

- CONFIG_I2C_ENV_EEPROM_BUS
  if you have an Environment on an EEPROM reached over
  I2C muxes, you can now define, how to reach this
  EEPROM.

Signed-off-by: Heiko Schocher <hs@denx.de>
README
common/cmd_eeprom.c
common/env_eeprom.c
include/common.h