mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
board: gdsys: Make gdsys osd hardware detection more robust
Signed-off-by: Dirk Eibach <dirk.eibach@gdsys.cc>
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user