diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-01-22 10:40:55 -0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-01-29 14:05:43 +0800 |
commit | 7356420cd34e40fe27bf26555b0bf3f2849a43dd (patch) | |
tree | bd747993fe7943d0f28578e371f426e4f6227ad3 /arch/arm/mach-imx/Makefile | |
parent | d0ab36c94d397fd203d07e2c46b41543d65276b8 (diff) | |
download | blackbird-op-linux-7356420cd34e40fe27bf26555b0bf3f2849a43dd.tar.gz blackbird-op-linux-7356420cd34e40fe27bf26555b0bf3f2849a43dd.zip |
ARM: imx: Remove mx508 support
Only mx508 based board is mach-mx50_rdp and it has been marked as BROKEN
for several releases.
mx508 currently lacks clock support.
In case someone needs to add mx508 support back, then the recommended approach
is to use device tree.
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 5a2d88ec3b76..240e0294c372 100644 --- a/arch/arm/mach-imx/Makefile +++ b/arch/arm/mach-imx/Makefile @@ -104,7 +104,6 @@ endif obj-$(CONFIG_MACH_MX51_BABBAGE) += mach-mx51_babbage.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 obj-$(CONFIG_MACH_IMX51_DT) += imx51-dt.o obj-$(CONFIG_SOC_IMX53) += mach-imx53.o |