Re: [U-Boot] [PATCH] mvebu: turris_omnia: Fix PEX vs SATA detection for board topology

2017-08-08 Thread Stefan Roese
On 04.08.2017 15:28, Marek BehĂșn wrote: The I2C reading in the PEX vs SATA detection code often fails on the first try. Try three times, as the code for EEPROM reading does. Signed-off-by: Marek Behun --- board/CZ.NIC/turris_omnia/turris_omnia.c | 11 --- 1 file changed, 8 insertions

[U-Boot] [PATCH] mvebu: turris_omnia: Fix PEX vs SATA detection for board topology

2017-08-04 Thread Marek BehĂșn
The I2C reading in the PEX vs SATA detection code often fails on the first try. Try three times, as the code for EEPROM reading does. Signed-off-by: Marek Behun --- board/CZ.NIC/turris_omnia/turris_omnia.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/board/CZ.N