[U-Boot] [PATCH] dm: timer: Avoid using timer before it is ready

Thomas Chou thomas at wytron.com.tw
Sun Nov 29 07:28:41 CET 2015


Hi Simon,

On 2015年11月29日 13:16, Simon Glass wrote:
> At present bootstage will try to read the timer very early after relocation.
> When driver model it used to provide the timer, we cannot read it until
> driver model is ready. Correct this by adding a separate stage for the
> post-relocation bootstage init.
>
> This fixes booting on chromebook_link.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
>   common/board_r.c | 10 +++++++++-
>   1 file changed, 9 insertions(+), 1 deletion(-)
>

Acked-by: Thomas Chou <thomas at wytron.com.tw>


More information about the U-Boot mailing list