diff options
author | Tony Lindgren <tony@atomide.com> | 2013-10-14 20:31:43 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-10-18 19:24:33 +0200 |
commit | 95807689eab8441737572d1a9daaa1025429a908 (patch) | |
tree | 7601bb59ec31510bbecee6b3384709e771f02967 /arch/arm/mach-omap2/Makefile | |
parent | ARM: OMAP2: delete board-rm680 (diff) | |
download | linux-95807689eab8441737572d1a9daaa1025429a908.tar.xz linux-95807689eab8441737572d1a9daaa1025429a908.zip |
ARM: OMAP2+: Remove legacy booting support for omap3 EVM
We now have pretty decent support with the device tree
based booting. Patches to add more features are welcome.
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 1d2917b16a96..f8db40d1f1c2 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -242,7 +242,6 @@ obj-$(CONFIG_MACH_OMAP_LDP) += board-ldp.o obj-$(CONFIG_MACH_OMAP3530_LV_SOM) += board-omap3logic.o obj-$(CONFIG_MACH_OMAP3_TORPEDO) += board-omap3logic.o obj-$(CONFIG_MACH_OVERO) += board-overo.o -obj-$(CONFIG_MACH_OMAP3EVM) += board-omap3evm.o obj-$(CONFIG_MACH_OMAP3_PANDORA) += board-omap3pandora.o obj-$(CONFIG_MACH_OMAP_3430SDP) += board-3430sdp.o obj-$(CONFIG_MACH_NOKIA_N8X0) += board-n8x0.o |