diff options
author | Tony Lindgren <tony@atomide.com> | 2014-11-04 04:50:55 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-11-04 04:50:55 +0300 |
commit | 1b383f44aabc8b69b8bc0d32b914f3d3cece9e04 (patch) | |
tree | b7c42f1bb4972467a13579bb59882964a24e290c /arch/arm/mach-omap2/Makefile | |
parent | 9e1e632c4846f0326b5173e0711a32f414efc5c5 (diff) | |
download | linux-1b383f44aabc8b69b8bc0d32b914f3d3cece9e04.tar.xz |
ARM: OMAP2+: Drop board file for 3430sdp
This board seems to be in use only for few automated
boot test system and has been booting in device tree
only mode for quite some time now.
So let's drop the board file for it.
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 3a54671f417b..00b35a31797d 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -246,7 +246,6 @@ 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_OMAP3_PANDORA) += board-omap3pandora.o -obj-$(CONFIG_MACH_OMAP_3430SDP) += board-3430sdp.o obj-$(CONFIG_MACH_NOKIA_N8X0) += board-n8x0.o obj-$(CONFIG_MACH_NOKIA_RX51) += board-rx51.o sdram-nokia.o obj-$(CONFIG_MACH_NOKIA_RX51) += board-rx51-peripherals.o |