Skip to content

Commit

Permalink
ARM: i.MX: Remove i.MX1 ADS board support
Browse files Browse the repository at this point in the history
mx1ads.c can be replaced with devicetree equivalent: imx1-ads.dts,
so remove the board file.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
  • Loading branch information
Alexander Shiyan authored and Shawn Guo committed Sep 1, 2014
1 parent 2b10368 commit 13758c5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 167 deletions.
1 change: 0 additions & 1 deletion arch/arm/configs/imx_v4_v5_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ CONFIG_ARCH_MULTI_V5=y
# CONFIG_ARCH_MULTI_V7 is not set
CONFIG_ARCH_MXC=y
CONFIG_MXC_IRQ_PRIOR=y
CONFIG_ARCH_MX1ADS=y
CONFIG_MACH_SCB9328=y
CONFIG_MACH_APF9328=y
CONFIG_MACH_MX21ADS=y
Expand Down
11 changes: 0 additions & 11 deletions arch/arm/mach-imx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -108,17 +108,6 @@ config SOC_IMX35
if ARCH_MULTI_V4T

comment "MX1 platforms:"
config MACH_MXLADS
bool

config ARCH_MX1ADS
bool "MX1ADS platform"
select IMX_HAVE_PLATFORM_IMX_I2C
select IMX_HAVE_PLATFORM_IMX_UART
select MACH_MXLADS
select SOC_IMX1
help
Say Y here if you are using Motorola MX1ADS/MXLADS boards

config MACH_SCB9328
bool "Synertronixx scb9328"
Expand Down
1 change: 0 additions & 1 deletion arch/arm/mach-imx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ obj-y += ssi-fiq-ksym.o
endif

# i.MX1 based machines
obj-$(CONFIG_ARCH_MX1ADS) += mach-mx1ads.o
obj-$(CONFIG_MACH_SCB9328) += mach-scb9328.o
obj-$(CONFIG_MACH_APF9328) += mach-apf9328.o

Expand Down
154 changes: 0 additions & 154 deletions arch/arm/mach-imx/mach-mx1ads.c

This file was deleted.

0 comments on commit 13758c5

Please sign in to comment.