summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm1136/mx35/Makefile
diff options
context:
space:
mode:
authorBenoît Thébaudeau <benoit.thebaudeau@advansee.com>2013-05-03 10:32:24 +0000
committerStefano Babic <sbabic@denx.de>2013-05-05 17:55:04 +0200
commite2003c16c02a1ed186f93b8aafb76919a9bf9e1c (patch)
tree38837f26f9ff68a642f47ba43663f1fb53d7973d /arch/arm/cpu/arm1136/mx35/Makefile
parent8342cc37aa721dfb206316e2c9d98b8a177d32f9 (diff)
downloadu-boot-imx-e2003c16c02a1ed186f93b8aafb76919a9bf9e1c.zip
u-boot-imx-e2003c16c02a1ed186f93b8aafb76919a9bf9e1c.tar.gz
u-boot-imx-e2003c16c02a1ed186f93b8aafb76919a9bf9e1c.tar.bz2
imx: mx35: Remove legacy iomux support
Legacy iomux support is no longer needed now that all boards have been converted to iomux-v3. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Diffstat (limited to 'arch/arm/cpu/arm1136/mx35/Makefile')
-rw-r--r--arch/arm/cpu/arm1136/mx35/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/cpu/arm1136/mx35/Makefile b/arch/arm/cpu/arm1136/mx35/Makefile
index f4ababb..23adac0 100644
--- a/arch/arm/cpu/arm1136/mx35/Makefile
+++ b/arch/arm/cpu/arm1136/mx35/Makefile
@@ -29,7 +29,6 @@ LIB = $(obj)lib$(SOC).o
COBJS += generic.o
COBJS += timer.o
-COBJS += iomux.o
COBJS += mx35_sdram.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)