Skip to content
Commit 189d257b authored by Christian Gmeiner's avatar Christian Gmeiner Committed by Stefano Babic
Browse files

cmd_eeprom: make it possible to define the used i2c bus



A SoC like the i.MX6 supports more then one i2c bus. In oder to be
able to use the eeprom command add a new define to specify the
i2c bus to use. If CONFIG_SYS_I2C_EEPROM_BUS is not defined there
is no functional change, else a call to i2c_set_bus_num(..) is
done before calling i2c_read(..) and i2c_write(..).

Signed-off-by: default avatarChristian Gmeiner <christian.gmeiner@gmail.com>
Acked-by: default avatarStefano Babic <sbabic@denx.de>
parent 83dd1dd9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment