diff options
author | Tony Lindgren <tony@atomide.com> | 2013-05-30 23:53:05 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-05-31 00:09:31 +0400 |
commit | c99eb41c3eac3d66530960d896d59bfe806e5c04 (patch) | |
tree | d24931d617bd87ea1fe75819ce6aa855cbbab9cf /arch/arm/mach-omap2/Makefile | |
parent | b42b918194c4791510ac049e3d507169a7de8544 (diff) | |
download | linux-c99eb41c3eac3d66530960d896d59bfe806e5c04.tar.xz |
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 obj-$(CONFIG_SOC_OMAP2420) += mux2420.o obj-$(CONFIG_SOC_OMAP2430) += mux2430.o obj-$(CONFIG_ARCH_OMAP3) += mux34xx.o -obj-$(CONFIG_ARCH_OMAP4) += mux44xx.o # SMS/SDRC obj-$(CONFIG_ARCH_OMAP2) += sdrc2xxx.o |