diff options
author | Kevin Hilman <khilman@ti.com> | 2012-05-10 14:10:07 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-05-10 14:10:07 -0400 |
commit | 33959553b81e46640994cbcdb4888d60022dc6fd (patch) | |
tree | 3630833cf1242c9c6cbb527e0f044620660ee6f5 /arch/arm/mach-omap2/io.c | |
parent | b2f44dc29bfab77b10f3a709f14677f51ce3a4cd (diff) |
ARM: OMAP2+: Kconfig: convert SOC_OMAPTI81XX to SOC_TI81XX
No need to have an OMAP prefix on these SoCs that are in the family
but arent' really called OMAP.
Simple rename: CONFIG_SOC_OMAPTI81XX --> CONFIG_SOC_TI81XX
No functional change.
Signed-off-by: Kevin Hilman <khilman@ti.com>
Acked-by: Vaibhav Hiremath <hvaibhav@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/io.c')
-rw-r--r-- | arch/arm/mach-omap2/io.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index 065bd768987..646a1cd335d 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c | |||
@@ -172,7 +172,7 @@ static struct map_desc omap34xx_io_desc[] __initdata = { | |||
172 | }; | 172 | }; |
173 | #endif | 173 | #endif |
174 | 174 | ||
175 | #ifdef CONFIG_SOC_OMAPTI81XX | 175 | #ifdef CONFIG_SOC_TI81XX |
176 | static struct map_desc omapti81xx_io_desc[] __initdata = { | 176 | static struct map_desc omapti81xx_io_desc[] __initdata = { |
177 | { | 177 | { |
178 | .virtual = L4_34XX_VIRT, | 178 | .virtual = L4_34XX_VIRT, |
@@ -285,7 +285,7 @@ void __init omap34xx_map_common_io(void) | |||
285 | } | 285 | } |
286 | #endif | 286 | #endif |
287 | 287 | ||
288 | #ifdef CONFIG_SOC_OMAPTI81XX | 288 | #ifdef CONFIG_SOC_TI81XX |
289 | void __init omapti81xx_map_common_io(void) | 289 | void __init omapti81xx_map_common_io(void) |
290 | { | 290 | { |
291 | iotable_init(omapti81xx_io_desc, ARRAY_SIZE(omapti81xx_io_desc)); | 291 | iotable_init(omapti81xx_io_desc, ARRAY_SIZE(omapti81xx_io_desc)); |