diff options
author | Tony Lindgren <tony@atomide.com> | 2015-01-13 20:00:38 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-01-13 20:00:38 +0300 |
commit | 13eeb0f32645a9247b4c099b523af8c6e0420f56 (patch) | |
tree | 74332b80805fbfc275d568ee13daaaf702299cf6 /arch/arm/mach-omap2/Makefile | |
parent | 5c5f9b42b5749d2424048b3e0735218f4cf03747 (diff) | |
download | linux-13eeb0f32645a9247b4c099b523af8c6e0420f56.tar.xz |
ARM: OMAP3: Remove legacy support for am35xx-emac
This is no longer needed now that 3517 is booting in device tree
only mode.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 29da3f44e7b1..bc1a056be219 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -281,7 +281,4 @@ ifneq ($(CONFIG_HWSPINLOCK_OMAP),) obj-y += hwspinlock.o endif -emac-$(CONFIG_TI_DAVINCI_EMAC) := am35xx-emac.o -obj-y += $(emac-m) $(emac-y) - obj-y += common-board-devices.o twl-common.o dss-common.o |