Home
last modified time | relevance | path

Searched hist:c55285015ab0c94265665af01c80e60b080f5ac4 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/post/drivers/
H A Di2c.cc55285015ab0c94265665af01c80e60b080f5ac4 Mon Apr 15 04:01:07 UTC 2013 Anatolij Gustschin <agust@denx.de> post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES

Devices in CONFIG_SYS_POST_I2C_IGNORES list may be absent
and the rule is not to report I2C POST failure for devices
in this list. Currently this doesn't work since probing for
these devices isn't done and thus they are not marked as
successfully probed. Ignore optional devices when checking
for devices that didn't respond.

Signed-off-by: Anatolij Gustschin <agust@denx.de>