diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2016-08-06 07:56:24 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-08-09 22:47:22 +0800 |
commit | de2d6662ece073b1b02e94678f77c47646920f17 (patch) | |
tree | 91e86306113a6102624a0a6211a14612710295f2 /arch/arm/mach-imx/Makefile | |
parent | 5081c3262f0466e52e6ce49453a5603fd85e048a (diff) | |
download | linux-next-de2d6662ece073b1b02e94678f77c47646920f17.tar.gz |
ARM: i.MX: Remove i.MX1 Synertronixx SCB9328 board support
Synertronixx SCB9328 board is very similar to Armadeus APF9328,
so it can be easily reimplemented in DT way.
This patch removes support for non-DT support for this board.
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 3bbd06d76cba..5e33873d0160 100644 --- a/arch/arm/mach-imx/Makefile +++ b/arch/arm/mach-imx/Makefile @@ -36,7 +36,6 @@ obj-y += ssi-fiq-ksym.o endif # i.MX1 based machines -obj-$(CONFIG_MACH_SCB9328) += mach-scb9328.o obj-$(CONFIG_MACH_IMX1_DT) += imx1-dt.o # i.MX21 based machines |