[PATCH 26/61] ARM: imx: prepare deprecating ARCH_MX1, MACH_MX2, MACH_MX21 and MACH_MX27
Uwe Kleine-König
u.kleine-koenig at pengutronix.de
Wed Jun 30 03:18:51 EDT 2010
On Thu, Jun 24, 2010 at 03:49:22PM +0200, Uwe Kleine-König wrote:
> MACH_... is reserved for machine support, so use SOC as prefix, not MACH.
>
> This introduces new symbols SOC_IMX1, SOC_IMX21 and SOC_IMX27. They are
> selected by the old symbols for now. There is no substitute for MACH_MX2
> as most usages of MX2 only means MX21 + MX27 but not MX25.
>
> Later the choice about CPU and CPU family should go away and the individual
> machines should select the right SOC symbol. This is a precondition to
> support more than one SOC in a single kernel image.
>
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig at pengutronix.de>
I squash this into patch 25 as it reverts changes that currently are in
that patch but belong (only) into patch 27.
Uwe
> ---
> arch/arm/mach-imx/Kconfig | 3 ---
> 1 files changed, 0 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
> index 08002df..5edead2 100644
> --- a/arch/arm/mach-imx/Kconfig
> +++ b/arch/arm/mach-imx/Kconfig
> @@ -2,7 +2,6 @@ if ARCH_MX1
>
> config SOC_IMX1
> select CPU_ARM920T
> - select IMX_HAVE_DMA_V1
> select IMX_HAVE_IOMUX_V1
> bool
>
> @@ -28,14 +27,12 @@ if ARCH_MX2
> config SOC_IMX21
> select CPU_ARM926T
> select ARCH_MXC_AUDMUX_V1
> - select IMX_HAVE_DMA_V1
> select IMX_HAVE_IOMUX_V1
> bool
>
> config SOC_IMX27
> select CPU_ARM926T
> select ARCH_MXC_AUDMUX_V1
> - select IMX_HAVE_DMA_V1
> select IMX_HAVE_IOMUX_V1
> bool
>
> --
> 1.7.1
--
Pengutronix e.K. | Uwe Kleine-König |
Industrial Linux Solutions | http://www.pengutronix.de/ |
More information about the linux-arm-kernel
mailing list