[U-Boot] [PATCH v2] microblaze: Do not call timer init that early

Simon Glass sjg at chromium.org
Sun Jul 15 21:21:46 UTC 2018


On 12 July 2018 at 00:44, Michal Simek <michal.simek at xilinx.com> wrote:
> Timer needs to be converted to DM but as of now it can't be called so
> early because intc controller is not ready. Call it later in board_r.c.
> Before this patch timer_init is called twice which is wrong.
> The patch is blocking initialization before relocation.
>
> Signed-off-by: Michal Simek <michal.simek at xilinx.com>
> ---
>
> Changes in v2:
> - Do not add new ifdef to board_f and use GD_FLG_RELOC instead -
>   reported-by sjg
> - Change commit message
>
>  arch/microblaze/cpu/timer.c | 4 ++++
>  1 file changed, 4 insertions(+)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list