Re: [Uboot-stm32] [PATCH 12/16] board: stm32mp1: add timeout for I/O compensation ready

2020-04-01 Thread Patrice CHOTARD
Hi Patrick On 3/31/20 6:04 PM, Patrick Delaunay wrote: > This patch avoids infinite loop when I/O compensation failed, > it adds a 1s timeout to detect error. > > Signed-off-by: Patrick Delaunay > --- > > board/st/stm32mp1/stm32mp1.c | 16 > 1 file changed, 12 insertions(+), 4 d

[PATCH 12/16] board: stm32mp1: add timeout for I/O compensation ready

2020-03-31 Thread Patrick Delaunay
This patch avoids infinite loop when I/O compensation failed, it adds a 1s timeout to detect error. Signed-off-by: Patrick Delaunay --- board/st/stm32mp1/stm32mp1.c | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/board/st/stm32mp1/stm32mp1.c b/board/st/stm3