diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2014-06-18 21:26:39 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-07-18 16:10:14 +0800 |
commit | fc314334e734edc6727fe9e7d1fd58c31384af4f (patch) | |
tree | 2afff9393508b13833ecb8dafc36752cf1474de7 /arch/arm/mach-imx/Makefile | |
parent | 5a6e1502ebb11770bcd76de7b00baff6cf467fc1 (diff) | |
download | blackbird-op-linux-fc314334e734edc6727fe9e7d1fd58c31384af4f.tar.gz blackbird-op-linux-fc314334e734edc6727fe9e7d1fd58c31384af4f.zip |
ARM: i.MX: Remove Freescale i.MX27 IP Camera board support
The board has no insufficient support to be fully functional and seems
has no users. This patch removes support for this board. However, the
support may be added in the future by using the devicetree.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
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 2c8ca00b7398..a364e2043191 100644 --- a/arch/arm/mach-imx/Makefile +++ b/arch/arm/mach-imx/Makefile @@ -66,7 +66,6 @@ obj-$(CONFIG_MACH_CPUIMX27) += mach-cpuimx27.o obj-$(CONFIG_MACH_EUKREA_MBIMX27_BASEBOARD) += eukrea_mbimx27-baseboard.o obj-$(CONFIG_MACH_PCA100) += mach-pca100.o obj-$(CONFIG_MACH_MXT_TD60) += mach-mxt_td60.o -obj-$(CONFIG_MACH_IMX27IPCAM) += mach-imx27ipcam.o obj-$(CONFIG_MACH_IMX27_DT) += imx27-dt.o # i.MX31 based machines |