[PATCH 1/4] ARM: i.MX: Remove i.MX1 Armadeus APF9328 board support
From: shawnguo@kernel.org (Shawn Guo)
Date: 2016-06-11 13:44:18
On Tue, Jun 07, 2016 at 09:53:02PM +0300, Alexander Shiyan wrote:
quoted hunk ↗ jump to hunk
mach-apf9328.c can be replaced with devicetree equivalent: imx1-apf9328.dts, so remove the board file. Signed-off-by: Alexander Shiyan <redacted> --- arch/arm/mach-imx/Kconfig | 8 --- arch/arm/mach-imx/Makefile | 1 - arch/arm/mach-imx/mach-apf9328.c | 148 --------------------------------------- 3 files changed, 157 deletions(-) delete mode 100644 arch/arm/mach-imx/mach-apf9328.cdiff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index dd905b9..37447fb 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig@@ -113,14 +113,6 @@ config MACH_SCB9328 help Say Y here if you are using a Synertronixx scb9328 board -config MACH_APF9328
Drop this one from imx_v4_v5_defconfig as well? Shawn
- 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