On 16 August 2017 at 11:32, Philipp Tomsich
<philipp.toms...@theobroma-systems.com> wrote:
> When used with bootstage recording, dm_timer_init may be called
> surprisingly early: i.e. before dm_root is ready. To deal with
> this case, we explicitly check for this condition and return
> -EAGAIN to the caller (refer to drivers/timer/rockchip_timer.c
> for a case where this is needed/used).
>
> Signed-off-by: Philipp Tomsich <philipp.toms...@theobroma-systems.com>
> ---
>
>  drivers/timer/timer-uclass.c | 7 +++++++
>  1 file changed, 7 insertions(+)

We should be using the early timer in this situation but I suppose
this is useful for boards that don't have one.

Reviewed-by: Simon Glass <s...@chromium.org>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to