Hi Michal,

On 11 July 2018 at 08:32, Michal Simek <[email protected]> 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.
>
> Signed-off-by: Michal Simek <[email protected]>
> ---
>
>  common/board_f.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Instead of this, can you change your timer_init() function to check
GD_FLG_RELOC in gd->flags and decide whether to init now or later?

We want to get rid of all arch-specific #ifdefs in board_f/r.c

Regards,
Simon
_______________________________________________
U-Boot mailing list
[email protected]
https://lists.denx.de/listinfo/u-boot

Reply via email to