summaryrefslogtreecommitdiffstats
path: root/arch/arm/imx-common
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2014-06-25 12:48:06 +0200
committerStefano Babic <sbabic@denx.de>2014-06-25 12:48:06 +0200
commit5d2ad2bc33e3a568409ebae8afba50a2b782d1be (patch)
treecbe29988ce82cbc980acd39c1707b263de8a9581 /arch/arm/imx-common
parentf2f07e8553185022b16adb91581700c86dc3a09a (diff)
downloadtalos-obmc-uboot-5d2ad2bc33e3a568409ebae8afba50a2b782d1be.tar.gz
talos-obmc-uboot-5d2ad2bc33e3a568409ebae8afba50a2b782d1be.zip
vf610: fix build due to missing sys_proto.h
commit 67a04ab3ab8522a3a34491853e46105317580df5 fix the build for MX25. The same error happens for VF610 SOC. Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch/arm/imx-common')
-rw-r--r--arch/arm/imx-common/iomux-v3.c2
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 c090b308b2..22cd11aa04 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>
OpenPOWER on IntegriCloud