Re: [U-Boot] [PATCH] board_f: skip timer_init() on Coldfire archs

2017-05-19 Thread Angelo Dureghello
Hi Simon. On 17/05/2017 03:38, Simon Glass wrote: Hi Angelo, On 10 May 2017 at 16:36, Angelo Dureghello wrote: Hi Simon, On 11/05/2017 00:03, Simon Glass wrote: Hi Angelo, On 10 May 2017 at 15:58, Angelo Dureghello wrote: Coldfire arch is not happy

Re: [U-Boot] [PATCH] board_f: skip timer_init() on Coldfire archs

2017-05-16 Thread Simon Glass
Hi Angelo, On 10 May 2017 at 16:36, Angelo Dureghello wrote: > Hi Simon, > > > On 11/05/2017 00:03, Simon Glass wrote: >> >> Hi Angelo, >> >> On 10 May 2017 at 15:58, Angelo Dureghello wrote: >>> >>> Coldfire arch is not happy with timer_init since interrupt

Re: [U-Boot] [PATCH] board_f: skip timer_init() on Coldfire archs

2017-05-10 Thread Angelo Dureghello
Hi Simon, On 11/05/2017 00:03, Simon Glass wrote: Hi Angelo, On 10 May 2017 at 15:58, Angelo Dureghello wrote: Coldfire arch is not happy with timer_init since interrupt handlers are still not set at that stage, and the boot hangs silently. Signed-off-by: Angelo Dureghello

[U-Boot] [PATCH] board_f: skip timer_init() on Coldfire archs

2017-05-10 Thread Angelo Dureghello
Coldfire arch is not happy with timer_init since interrupt handlers are still not set at that stage, and the boot hangs silently. Signed-off-by: Angelo Dureghello --- common/board_f.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/board_f.c b/common/board_f.c