summaryrefslogtreecommitdiff
path: root/board/seco/common/mx6.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/seco/common/mx6.c')
-rw-r--r--board/seco/common/mx6.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/seco/common/mx6.c b/board/seco/common/mx6.c
index c4abc1dc1d..ad4bb5bed7 100644
--- a/board/seco/common/mx6.c
+++ b/board/seco/common/mx6.c
@@ -14,8 +14,8 @@
#include <asm/arch/mx6-pins.h>
#include <linux/errno.h>
#include <asm/gpio.h>
-#include <asm/imx-common/iomux-v3.h>
-#include <asm/imx-common/boot_mode.h>
+#include <asm/mach-imx/iomux-v3.h>
+#include <asm/mach-imx/boot_mode.h>
#include <mmc.h>
#include <fsl_esdhc.h>
#include <miiphy.h>
@@ -27,7 +27,7 @@
#include <asm/io.h>
#include <asm/arch/sys_proto.h>
#include <micrel.h>
-#include <asm/imx-common/mxc_i2c.h>
+#include <asm/mach-imx/mxc_i2c.h>
#include <i2c.h>
#define UART_PAD_CTRL (PAD_CTL_PUS_100K_UP | \