diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-03-10 22:40:02 -0300 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-03-11 09:56:23 +0800 |
commit | 3877942b0c7f36c82b2f05e84776b2dfe1afb784 (patch) | |
tree | ce0a5a4d48804543d31482674242a2a8928ed28b /arch/arm/mach-imx/Makefile | |
parent | f027e601f8f7903ac6f33741f9e513aaf8391bc8 (diff) |
ARM: imx25: Remove eukrea mx25 board files
eukrea mx25 is well supported in device tree, so let's get rid of its board
files.
Cc: Eric BĂ©nard <eric@eukrea.com>
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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile index e92ede9b1ad1..724b7fbe417b 100644 --- a/arch/arm/mach-imx/Makefile +++ b/arch/arm/mach-imx/Makefile @@ -49,8 +49,6 @@ obj-$(CONFIG_MACH_IMX1_DT) += imx1-dt.o obj-$(CONFIG_MACH_MX21ADS) += mach-mx21ads.o # i.MX25 based machines -obj-$(CONFIG_MACH_EUKREA_CPUIMX25SD) += mach-eukrea_cpuimx25.o -obj-$(CONFIG_MACH_EUKREA_MBIMXSD25_BASEBOARD) += eukrea_mbimxsd25-baseboard.o obj-$(CONFIG_MACH_IMX25_DT) += imx25-dt.o # i.MX27 based machines |