diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-03-10 21:40:03 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-03-10 21:56:29 -0400 |
commit | 11b05d60c63f44b311651870825a8488576c5e85 (patch) | |
tree | bd7f303320b27f9c77a7726ad306d1a005a0efcb /arch/arm/configs/multi_v5_defconfig | |
parent | 3877942b0c7f36c82b2f05e84776b2dfe1afb784 (diff) |
ARM: mx25: Convert to a dt-only platform
As there is no more mx25 board files, we can turn mx25 into a dt-only platform.
Rename imx25-dt.c to mach-imx25.c to be consistent with the other i.MX SoCs.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/configs/multi_v5_defconfig')
-rw-r--r-- | arch/arm/configs/multi_v5_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/multi_v5_defconfig b/arch/arm/configs/multi_v5_defconfig index 9d56781a8f80..f69a459f4f92 100644 --- a/arch/arm/configs/multi_v5_defconfig +++ b/arch/arm/configs/multi_v5_defconfig | |||
@@ -13,7 +13,7 @@ CONFIG_ARCH_MVEBU=y | |||
13 | CONFIG_MACH_KIRKWOOD=y | 13 | CONFIG_MACH_KIRKWOOD=y |
14 | CONFIG_MACH_NETXBIG=y | 14 | CONFIG_MACH_NETXBIG=y |
15 | CONFIG_ARCH_MXC=y | 15 | CONFIG_ARCH_MXC=y |
16 | CONFIG_MACH_IMX25_DT=y | 16 | CONFIG_SOC_IMX25=y |
17 | CONFIG_MACH_IMX27_DT=y | 17 | CONFIG_MACH_IMX27_DT=y |
18 | CONFIG_ARCH_U300=y | 18 | CONFIG_ARCH_U300=y |
19 | CONFIG_PCI_MVEBU=y | 19 | CONFIG_PCI_MVEBU=y |