mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-24 04:34:22 +08:00
Merge branch 'master' of git://git.denx.de/u-boot-i2c
This commit is contained in:
commit
ce5346a805
@ -100,6 +100,8 @@ int i2c_post_test (int flags)
|
||||
for (i = 0; i < sizeof(i2c_addr_list); ++i) {
|
||||
if (i2c_addr_list[i] == 0xff)
|
||||
continue;
|
||||
if (i2c_ignore_device(i2c_addr_list[i]))
|
||||
continue;
|
||||
post_log("I2C: addr %02x did not respond\n", i2c_addr_list[i]);
|
||||
ret = -1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user