diff options
author | Richard Zhao <richard.zhao@freescale.com> | 2011-03-03 03:40:02 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-03-07 13:29:42 -0500 |
commit | 76851671287209759f63c090ffaffca56ba00358 (patch) | |
tree | 31e2c44e1a8e919b8a854603eece93fcc43296a0 /arch/arm/plat-mxc/include | |
parent | 48f6b0999673cce33e4a54d89c78460cc28e5156 (diff) |
ARM: imx5x: clean up ARCH_MX5X
Move to SOC_SOC_IMX5X. Leave only places which prevent multi-soc
using ARCH_MX5X.
Signed-off-by: Richard Zhao <richard.zhao@freescale.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/include')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/irqs.h | 6 | ||||
-rw-r--r-- | arch/arm/plat-mxc/include/mach/mxc.h | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/plat-mxc/include/mach/irqs.h b/arch/arm/plat-mxc/include/mach/irqs.h index ba65c9231a78..a3d930d3e65d 100644 --- a/arch/arm/plat-mxc/include/mach/irqs.h +++ b/arch/arm/plat-mxc/include/mach/irqs.h | |||
@@ -23,17 +23,17 @@ | |||
23 | #define MXC_GPIO_IRQ_START MXC_INTERNAL_IRQS | 23 | #define MXC_GPIO_IRQ_START MXC_INTERNAL_IRQS |
24 | 24 | ||
25 | /* these are ordered by size to support multi-SoC kernels */ | 25 | /* these are ordered by size to support multi-SoC kernels */ |
26 | #if defined CONFIG_ARCH_MX53 | 26 | #if defined CONFIG_SOC_IMX53 |
27 | #define MXC_GPIO_IRQS (32 * 7) | 27 | #define MXC_GPIO_IRQS (32 * 7) |
28 | #elif defined CONFIG_ARCH_MX2 | 28 | #elif defined CONFIG_ARCH_MX2 |
29 | #define MXC_GPIO_IRQS (32 * 6) | 29 | #define MXC_GPIO_IRQS (32 * 6) |
30 | #elif defined CONFIG_ARCH_MX50 | 30 | #elif defined CONFIG_SOC_IMX50 |
31 | #define MXC_GPIO_IRQS (32 * 6) | 31 | #define MXC_GPIO_IRQS (32 * 6) |
32 | #elif defined CONFIG_ARCH_MX1 | 32 | #elif defined CONFIG_ARCH_MX1 |
33 | #define MXC_GPIO_IRQS (32 * 4) | 33 | #define MXC_GPIO_IRQS (32 * 4) |
34 | #elif defined CONFIG_ARCH_MX25 | 34 | #elif defined CONFIG_ARCH_MX25 |
35 | #define MXC_GPIO_IRQS (32 * 4) | 35 | #define MXC_GPIO_IRQS (32 * 4) |
36 | #elif defined CONFIG_ARCH_MX51 | 36 | #elif defined CONFIG_SOC_IMX51 |
37 | #define MXC_GPIO_IRQS (32 * 4) | 37 | #define MXC_GPIO_IRQS (32 * 4) |
38 | #elif defined CONFIG_ARCH_MXC91231 | 38 | #elif defined CONFIG_ARCH_MXC91231 |
39 | #define MXC_GPIO_IRQS (32 * 4) | 39 | #define MXC_GPIO_IRQS (32 * 4) |
diff --git a/arch/arm/plat-mxc/include/mach/mxc.h b/arch/arm/plat-mxc/include/mach/mxc.h index 04c7a26b1f26..3781f2f24257 100644 --- a/arch/arm/plat-mxc/include/mach/mxc.h +++ b/arch/arm/plat-mxc/include/mach/mxc.h | |||
@@ -127,7 +127,7 @@ extern unsigned int __mxc_cpu_type; | |||
127 | # define cpu_is_mx35() (0) | 127 | # define cpu_is_mx35() (0) |
128 | #endif | 128 | #endif |
129 | 129 | ||
130 | #ifdef CONFIG_ARCH_MX50 | 130 | #ifdef CONFIG_SOC_IMX50 |
131 | # ifdef mxc_cpu_type | 131 | # ifdef mxc_cpu_type |
132 | # undef mxc_cpu_type | 132 | # undef mxc_cpu_type |
133 | # define mxc_cpu_type __mxc_cpu_type | 133 | # define mxc_cpu_type __mxc_cpu_type |
@@ -139,7 +139,7 @@ extern unsigned int __mxc_cpu_type; | |||
139 | # define cpu_is_mx50() (0) | 139 | # define cpu_is_mx50() (0) |
140 | #endif | 140 | #endif |
141 | 141 | ||
142 | #ifdef CONFIG_ARCH_MX51 | 142 | #ifdef CONFIG_SOC_IMX51 |
143 | # ifdef mxc_cpu_type | 143 | # ifdef mxc_cpu_type |
144 | # undef mxc_cpu_type | 144 | # undef mxc_cpu_type |
145 | # define mxc_cpu_type __mxc_cpu_type | 145 | # define mxc_cpu_type __mxc_cpu_type |
@@ -151,7 +151,7 @@ extern unsigned int __mxc_cpu_type; | |||
151 | # define cpu_is_mx51() (0) | 151 | # define cpu_is_mx51() (0) |
152 | #endif | 152 | #endif |
153 | 153 | ||
154 | #ifdef CONFIG_ARCH_MX53 | 154 | #ifdef CONFIG_SOC_IMX53 |
155 | # ifdef mxc_cpu_type | 155 | # ifdef mxc_cpu_type |
156 | # undef mxc_cpu_type | 156 | # undef mxc_cpu_type |
157 | # define mxc_cpu_type __mxc_cpu_type | 157 | # define mxc_cpu_type __mxc_cpu_type |