Skip to content

Commit

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

Signed-off-by: Alexander Shiyan <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
  • Loading branch information
shcgit authored and Shawn Guo committed Aug 9, 2016
1 parent 7705b5e commit 5081c32
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 159 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 @@ -23,7 +23,6 @@ CONFIG_ARCH_MULTI_V5=y
# CONFIG_ARCH_MULTI_V7 is not set
CONFIG_ARCH_MXC=y
CONFIG_MACH_SCB9328=y
CONFIG_MACH_APF9328=y
CONFIG_MACH_MX21ADS=y
CONFIG_MACH_MX27ADS=y
CONFIG_MACH_MX27_3DS=y
Expand Down
1 change: 0 additions & 1 deletion arch/arm/configs/multi_v4t_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ CONFIG_INTEGRATOR_CM920T=y
CONFIG_INTEGRATOR_CM922T_XA10=y
CONFIG_ARCH_MXC=y
CONFIG_MACH_SCB9328=y
CONFIG_MACH_APF9328=y
CONFIG_MACH_IMX1_DT=y
CONFIG_ARCH_NSPIRE=y
CONFIG_AEABI=y
Expand Down
8 changes: 0 additions & 8 deletions arch/arm/mach-imx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,6 @@ config MACH_SCB9328
help
Say Y here if you are using a Synertronixx scb9328 board

config MACH_APF9328
bool "APF9328"
select IMX_HAVE_PLATFORM_IMX_I2C
select IMX_HAVE_PLATFORM_IMX_UART
select SOC_IMX1
help
Say Yes here if you are using the Armadeus APF9328 development board

config MACH_IMX1_DT
bool "Support i.MX1 platforms from device tree"
select SOC_IMX1
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 @@ -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
Expand Down
148 changes: 0 additions & 148 deletions arch/arm/mach-imx/mach-apf9328.c

This file was deleted.

0 comments on commit 5081c32

Please sign in to comment.