mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
Merge branch 'master' of git://git.denx.de/u-boot-i2c
This commit is contained in:
commit
ce5346a805
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue