summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorDirk Eibach <dirk.eibach@gdsys.cc>2014-07-03 09:28:22 +0200
committerTom Rini <trini@ti.com>2014-07-07 19:47:19 -0400
commit3a990bfaeaf3d8388e1a62163e9361fe89ae3c79 (patch)
tree741216917eb6f247f9182e2046d89b1d88cbb6b7 /drivers
parent5568fb4402d5b0e01f61867c281b07633f529fd4 (diff)
downloadtalos-obmc-uboot-3a990bfaeaf3d8388e1a62163e9361fe89ae3c79.tar.gz
talos-obmc-uboot-3a990bfaeaf3d8388e1a62163e9361fe89ae3c79.zip
board: gdsys: Make gdsys osd hardware detection more robust
Signed-off-by: Dirk Eibach <dirk.eibach@gdsys.cc>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/i2c/ihs_i2c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/ihs_i2c.c b/drivers/i2c/ihs_i2c.c
index ecc5856b93..fe66ce2a4a 100644
--- a/drivers/i2c/ihs_i2c.c
+++ b/drivers/i2c/ihs_i2c.c
@@ -34,7 +34,6 @@ static int wait_for_int(bool read)
| (read ? I2CINT_RECEIVE_EV : I2CINT_TRANSMIT_EV)))) {
udelay(10);
if (ctr++ > 5000) {
- printf("I2C timeout\n");
return 1;
}
FPGA_GET_REG(I2C_ADAP_HWNR, i2c.interrupt_status, &val);
OpenPOWER on IntegriCloud