diff options
author | Dirk Eibach <dirk.eibach@gdsys.cc> | 2014-07-03 09:28:22 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-07-07 19:47:19 -0400 |
commit | 3a990bfaeaf3d8388e1a62163e9361fe89ae3c79 (patch) | |
tree | 741216917eb6f247f9182e2046d89b1d88cbb6b7 /drivers | |
parent | 5568fb4402d5b0e01f61867c281b07633f529fd4 (diff) | |
download | u-boot-imx-3a990bfaeaf3d8388e1a62163e9361fe89ae3c79.zip u-boot-imx-3a990bfaeaf3d8388e1a62163e9361fe89ae3c79.tar.gz u-boot-imx-3a990bfaeaf3d8388e1a62163e9361fe89ae3c79.tar.bz2 |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/ihs_i2c.c b/drivers/i2c/ihs_i2c.c index ecc5856..fe66ce2 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); |