summaryrefslogtreecommitdiffstats
path: root/arch/arm/imx-common
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2014-06-06 10:58:47 +0200
committerStefano Babic <sbabic@denx.de>2014-06-06 10:58:47 +0200
commit67a04ab3ab8522a3a34491853e46105317580df5 (patch)
tree40d547c60502bd0b5fb9aa375c976a459b203f05 /arch/arm/imx-common
parentaaef49da5ea9c3518dde9ecfaf117035607d03fb (diff)
downloadblackbird-obmc-uboot-67a04ab3ab8522a3a34491853e46105317580df5.tar.gz
blackbird-obmc-uboot-67a04ab3ab8522a3a34491853e46105317580df5.zip
MX25: fix build due to missing sys_proto.h
THe mx25 arch does not have a sys_proto.h file. Instead of creating a dummy file, the file is not included for this 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, 2 insertions, 0 deletions
diff --git a/arch/arm/imx-common/iomux-v3.c b/arch/arm/imx-common/iomux-v3.c
index 306183a70e..c090b308b2 100644
--- a/arch/arm/imx-common/iomux-v3.c
+++ b/arch/arm/imx-common/iomux-v3.c
@@ -11,7 +11,9 @@
#include <common.h>
#include <asm/io.h>
#include <asm/arch/imx-regs.h>
+#ifndef CONFIG_MX25
#include <asm/arch/sys_proto.h>
+#endif
#include <asm/imx-common/iomux-v3.h>
static void *base = (void *)IOMUXC_BASE_ADDR;
OpenPOWER on IntegriCloud