提交 30588799 编写于 作者: M Michael Trimarchi 提交者: Stefano Babic

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: NMichael Trimarchi <michael@amarulasolutions.com>
Acked-by: NJagan Teki <jagan@amarulasolutions.com>
上级 4a72abcb
......@@ -414,6 +414,7 @@ void board_init_f(ulong dummy)
/* setup AIPS and disable watchdog */
arch_cpu_init();
if (!(is_mx6ul()))
gpr_init();
/* iomux */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册