diff options
author | Tony Lindgren <tony@atomide.com> | 2013-05-30 15:53:05 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-05-30 16:09:31 -0400 |
commit | c99eb41c3eac3d66530960d896d59bfe806e5c04 (patch) | |
tree | d24931d617bd87ea1fe75819ce6aa855cbbab9cf /arch/arm/mach-omap2/Makefile | |
parent | b42b918194c4791510ac049e3d507169a7de8544 (diff) |
ARM: OMAP2+: Remove legacy mux data for omap4
We can now boot with devicetree and muxing can be done
with pinctrl-single.c.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 2cbf3ef1526b..13302a50cbfc 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile | |||
@@ -63,7 +63,6 @@ obj-$(CONFIG_ARCH_OMAP3) += omap3-restart.o | |||
63 | obj-$(CONFIG_SOC_OMAP2420) += mux2420.o | 63 | obj-$(CONFIG_SOC_OMAP2420) += mux2420.o |
64 | obj-$(CONFIG_SOC_OMAP2430) += mux2430.o | 64 | obj-$(CONFIG_SOC_OMAP2430) += mux2430.o |
65 | obj-$(CONFIG_ARCH_OMAP3) += mux34xx.o | 65 | obj-$(CONFIG_ARCH_OMAP3) += mux34xx.o |
66 | obj-$(CONFIG_ARCH_OMAP4) += mux44xx.o | ||
67 | 66 | ||
68 | # SMS/SDRC | 67 | # SMS/SDRC |
69 | obj-$(CONFIG_ARCH_OMAP2) += sdrc2xxx.o | 68 | obj-$(CONFIG_ARCH_OMAP2) += sdrc2xxx.o |