diff options
author | Richard Zhao <richard.zhao@freescale.com> | 2011-03-03 03:40:03 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-03-07 13:29:43 -0500 |
commit | c23eb89ef71cda127cfcfee84292cb2fb5747d4d (patch) | |
tree | 0b4a9d7f9a5cec64d6a59b33f3c0913b7a5c6c2e /arch/arm/plat-mxc | |
parent | 76851671287209759f63c090ffaffca56ba00358 (diff) |
ARM: imx3x: clean up ARCH_MX3X
Move to SOC_SOC_IMX3X.
Leave ARCH_MX31/35 definitions there, in case some place prevent multi-soc
single image.
Signed-off-by: Richard Zhao <richard.zhao@freescale.com>
Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc')
-rw-r--r-- | arch/arm/plat-mxc/devices/platform-imx-dma.c | 4 | ||||
-rw-r--r-- | arch/arm/plat-mxc/include/mach/mxc.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/plat-mxc/devices/platform-imx-dma.c b/arch/arm/plat-mxc/devices/platform-imx-dma.c index be7df13ad236..3538b85ede91 100644 --- a/arch/arm/plat-mxc/devices/platform-imx-dma.c +++ b/arch/arm/plat-mxc/devices/platform-imx-dma.c | |||
@@ -94,7 +94,7 @@ static struct sdma_script_start_addrs addr_imx25_to1 = { | |||
94 | }; | 94 | }; |
95 | #endif | 95 | #endif |
96 | 96 | ||
97 | #ifdef CONFIG_ARCH_MX31 | 97 | #ifdef CONFIG_SOC_IMX31 |
98 | static struct sdma_script_start_addrs addr_imx31_to1 = { | 98 | static struct sdma_script_start_addrs addr_imx31_to1 = { |
99 | .per_2_per_addr = 1677, | 99 | .per_2_per_addr = 1677, |
100 | }; | 100 | }; |
@@ -106,7 +106,7 @@ static struct sdma_script_start_addrs addr_imx31_to2 = { | |||
106 | }; | 106 | }; |
107 | #endif | 107 | #endif |
108 | 108 | ||
109 | #ifdef CONFIG_ARCH_MX35 | 109 | #ifdef CONFIG_SOC_IMX35 |
110 | static struct sdma_script_start_addrs addr_imx35_to1 = { | 110 | static struct sdma_script_start_addrs addr_imx35_to1 = { |
111 | .ap_2_ap_addr = 642, | 111 | .ap_2_ap_addr = 642, |
112 | .uart_2_mcu_addr = 817, | 112 | .uart_2_mcu_addr = 817, |
diff --git a/arch/arm/plat-mxc/include/mach/mxc.h b/arch/arm/plat-mxc/include/mach/mxc.h index 3781f2f24257..7e072637eefa 100644 --- a/arch/arm/plat-mxc/include/mach/mxc.h +++ b/arch/arm/plat-mxc/include/mach/mxc.h | |||
@@ -103,7 +103,7 @@ extern unsigned int __mxc_cpu_type; | |||
103 | # define cpu_is_mx27() (0) | 103 | # define cpu_is_mx27() (0) |
104 | #endif | 104 | #endif |
105 | 105 | ||
106 | #ifdef CONFIG_ARCH_MX31 | 106 | #ifdef CONFIG_SOC_IMX31 |
107 | # ifdef mxc_cpu_type | 107 | # ifdef mxc_cpu_type |
108 | # undef mxc_cpu_type | 108 | # undef mxc_cpu_type |
109 | # define mxc_cpu_type __mxc_cpu_type | 109 | # define mxc_cpu_type __mxc_cpu_type |
@@ -115,7 +115,7 @@ extern unsigned int __mxc_cpu_type; | |||
115 | # define cpu_is_mx31() (0) | 115 | # define cpu_is_mx31() (0) |
116 | #endif | 116 | #endif |
117 | 117 | ||
118 | #ifdef CONFIG_ARCH_MX35 | 118 | #ifdef CONFIG_SOC_IMX35 |
119 | # ifdef mxc_cpu_type | 119 | # ifdef mxc_cpu_type |
120 | # undef mxc_cpu_type | 120 | # undef mxc_cpu_type |
121 | # define mxc_cpu_type __mxc_cpu_type | 121 | # define mxc_cpu_type __mxc_cpu_type |