|
@@ -172,7 +172,7 @@ static struct map_desc omap34xx_io_desc[] __initdata = {
|
|
|
};
|
|
|
#endif
|
|
|
|
|
|
-#ifdef CONFIG_SOC_OMAPTI81XX
|
|
|
+#ifdef CONFIG_SOC_TI81XX
|
|
|
static struct map_desc omapti81xx_io_desc[] __initdata = {
|
|
|
{
|
|
|
.virtual = L4_34XX_VIRT,
|
|
@@ -285,7 +285,7 @@ void __init omap34xx_map_common_io(void)
|
|
|
}
|
|
|
#endif
|
|
|
|
|
|
-#ifdef CONFIG_SOC_OMAPTI81XX
|
|
|
+#ifdef CONFIG_SOC_TI81XX
|
|
|
void __init omapti81xx_map_common_io(void)
|
|
|
{
|
|
|
iotable_init(omapti81xx_io_desc, ARRAY_SIZE(omapti81xx_io_desc));
|