diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-01-21 08:02:08 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-01-29 10:05:42 +0400 |
commit | d0ab36c94d397fd203d07e2c46b41543d65276b8 (patch) | |
tree | 6a0ddb5014213373a138aa959c1f094628c3cc2e /arch/arm/mach-imx/Makefile | |
parent | 3e549a69469775ae26dd3bc34365e6da5bdbf18c (diff) | |
download | linux-d0ab36c94d397fd203d07e2c46b41543d65276b8.tar.xz |
ARM: imx: Remove mach-mx51_3ds board
mach-mx51_3ds only supports old silicon version of MX51 and was replaced
with mx51 babbage, which is the official MX51 development board.
No need to maintain it anymore.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/Makefile')
-rw-r--r-- | arch/arm/mach-imx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile index f35eb397bd50..5a2d88ec3b76 100644 --- a/arch/arm/mach-imx/Makefile +++ b/arch/arm/mach-imx/Makefile @@ -102,7 +102,6 @@ endif # i.MX5 based machines obj-$(CONFIG_MACH_MX51_BABBAGE) += mach-mx51_babbage.o -obj-$(CONFIG_MACH_MX51_3DS) += mach-mx51_3ds.o obj-$(CONFIG_MACH_EUKREA_CPUIMX51SD) += mach-cpuimx51sd.o obj-$(CONFIG_MACH_EUKREA_MBIMXSD51_BASEBOARD) += eukrea_mbimxsd51-baseboard.o obj-$(CONFIG_MACH_MX50_RDP) += mach-mx50_rdp.o |