mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
Merge branch 'master' of git://git.denx.de/u-boot-i2c
- DM_I2C_COMPAT removal for all ti platforms from Jean-Jacques Hiblot - Fix in i2c command help output from Chirstoph Muellner.
This commit is contained in:
@ -445,6 +445,7 @@ config CRC32_VERIFY
|
||||
|
||||
config CMD_EEPROM
|
||||
bool "eeprom - EEPROM subsystem"
|
||||
depends on !DM_I2C || DM_I2C_COMPAT
|
||||
help
|
||||
(deprecated, needs conversion to driver model)
|
||||
Provides commands to read and write EEPROM (Electrically Erasable
|
||||
|
@ -2023,6 +2023,7 @@ static int do_i2c(cmd_tbl_t * cmdtp, int flag, int argc, char * const argv[])
|
||||
static char i2c_help_text[] =
|
||||
#if defined(CONFIG_SYS_I2C) || defined(CONFIG_DM_I2C)
|
||||
"bus [muxtype:muxaddr:muxchannel] - show I2C bus info\n"
|
||||
"i2c " /* That's the prefix for the crc32 command below. */
|
||||
#endif
|
||||
"crc32 chip address[.0, .1, .2] count - compute CRC32 checksum\n"
|
||||
#if defined(CONFIG_SYS_I2C) || \
|
||||
|
Reference in New Issue
Block a user