diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/imx-common/iomux-v3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/imx-common/iomux-v3.c b/arch/arm/imx-common/iomux-v3.c index c090b30..22cd11a 100644 --- a/arch/arm/imx-common/iomux-v3.c +++ b/arch/arm/imx-common/iomux-v3.c @@ -11,7 +11,7 @@ #include <common.h> #include <asm/io.h> #include <asm/arch/imx-regs.h> -#ifndef CONFIG_MX25 +#if !defined(CONFIG_MX25) && !defined(CONFIG_VF610) #include <asm/arch/sys_proto.h> #endif #include <asm/imx-common/iomux-v3.h> |