mirror of
https://xff.cz/git/u-boot/
synced 2025-09-07 03:32:20 +02:00
i.MX6: engicam: gpr_init can be called only for some architecture
Fix an invalid usage of the gpr_init function for the imx6ul architecture Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com> Acked-by: Jagan Teki <jagan@amarulasolutions.com>
This commit is contained in:
committed by
Stefano Babic
parent
4a72abcb71
commit
3058879982
@@ -414,6 +414,7 @@ void board_init_f(ulong dummy)
|
|||||||
/* setup AIPS and disable watchdog */
|
/* setup AIPS and disable watchdog */
|
||||||
arch_cpu_init();
|
arch_cpu_init();
|
||||||
|
|
||||||
|
if (!(is_mx6ul()))
|
||||||
gpr_init();
|
gpr_init();
|
||||||
|
|
||||||
/* iomux */
|
/* iomux */
|
||||||
|
Reference in New Issue
Block a user