summaryrefslogtreecommitdiffstats
path: root/arch/arm/imx-common
diff options
context:
space:
mode:
authorBenoît Thébaudeau <benoit.thebaudeau@advansee.com>2013-05-03 10:32:19 +0000
committerStefano Babic <sbabic@denx.de>2013-05-05 17:55:03 +0200
commit52b9d3cfd354a05e4150875faf722a5a25fd4651 (patch)
treeb0f8deda28c16c22b57d44ad5dca6720ab1b2bc5 /arch/arm/imx-common
parent9e933b43f3e056e66ba4dfa219711da085e0fc40 (diff)
downloadblackbird-obmc-uboot-52b9d3cfd354a05e4150875faf722a5a25fd4651.tar.gz
blackbird-obmc-uboot-52b9d3cfd354a05e4150875faf722a5a25fd4651.zip
imx: iomux-v3: Add iomux-mx35.h
Allow usage of the imx-common/iomux-v3.h framework by including pad settings for the i.MX35. The content of the file is taken from Linux kernel at commit 267dd34, plus the required changes to make it work in U-Boot. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Diffstat (limited to 'arch/arm/imx-common')
-rw-r--r--arch/arm/imx-common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/imx-common/Makefile b/arch/arm/imx-common/Makefile
index a33c19339b..8bba8a57bf 100644
--- a/arch/arm/imx-common/Makefile
+++ b/arch/arm/imx-common/Makefile
@@ -27,7 +27,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)libimx-common.o
-ifeq ($(SOC),$(filter $(SOC),mx25 mx5 mx6))
+ifeq ($(SOC),$(filter $(SOC),mx25 mx35 mx5 mx6))
COBJS-y = iomux-v3.o
endif
ifeq ($(SOC),$(filter $(SOC),mx5 mx6))
OpenPOWER on IntegriCloud