summaryrefslogtreecommitdiff
path: root/board/engicam/common/spl.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/engicam/common/spl.c')
-rw-r--r--board/engicam/common/spl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/engicam/common/spl.c b/board/engicam/common/spl.c
index 1a1fe6c66a..4d293c8032 100644
--- a/board/engicam/common/spl.c
+++ b/board/engicam/common/spl.c
@@ -414,7 +414,8 @@ void board_init_f(ulong dummy)
/* setup AIPS and disable watchdog */
arch_cpu_init();
- gpr_init();
+ if (!(is_mx6ul()))
+ gpr_init();
/* iomux */
SETUP_IOMUX_PADS(uart_pads);