On Sat, Jun 23, 2018 at 7:40 PM, Michael Trimarchi
<[email protected]> wrote:
> Fix an invalid usage of the gpr_init function for the imx6ul
> architecture
>
> Signed-off-by: Michael Trimarchi <[email protected]>
> ---
>  board/engicam/common/spl.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/board/engicam/common/spl.c b/board/engicam/common/spl.c
> index 470d96a..69d1c11 100644
> --- a/board/engicam/common/spl.c
> +++ b/board/engicam/common/spl.c
> @@ -410,7 +410,8 @@ void board_init_f(ulong dummy)
>         /* setup AIPS and disable watchdog */
>         arch_cpu_init();
>
> -       gpr_init();
> +       if (!(is_mx6ul()))
> +               gpr_init();

Acked-by: Jagan Teki <[email protected]>
_______________________________________________
U-Boot mailing list
[email protected]
https://lists.denx.de/listinfo/u-boot

Reply via email to