diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2016-08-06 07:56:23 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-08-09 22:47:16 +0800 |
commit | 5081c3262f0466e52e6ce49453a5603fd85e048a (patch) | |
tree | 37e7f366a3ab314894309a7366e9ed46d83d49c8 /arch/arm/mach-imx/Makefile | |
parent | 7705b5ed8adccd921423019e870df672fa423279 (diff) | |
download | linux-5081c3262f0466e52e6ce49453a5603fd85e048a.tar.gz linux-5081c3262f0466e52e6ce49453a5603fd85e048a.tar.bz2 linux-5081c3262f0466e52e6ce49453a5603fd85e048a.zip |
ARM: i.MX: Remove i.MX1 Armadeus APF9328 board support
mach-apf9328.c can be replaced with devicetree equivalent: imx1-apf9328.dts,
so remove the board file.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawnguo@kernel.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 9f5fffd62702..3bbd06d76cba 100644 --- a/arch/arm/mach-imx/Makefile +++ b/arch/arm/mach-imx/Makefile @@ -37,7 +37,6 @@ endif # i.MX1 based machines obj-$(CONFIG_MACH_SCB9328) += mach-scb9328.o -obj-$(CONFIG_MACH_APF9328) += mach-apf9328.o obj-$(CONFIG_MACH_IMX1_DT) += imx1-dt.o # i.MX21 based machines |