|
@@ -183,7 +183,7 @@ static struct map_desc omapti81xx_io_desc[] __initdata = {
|
|
|
};
|
|
|
#endif
|
|
|
|
|
|
-#ifdef CONFIG_SOC_OMAPAM33XX
|
|
|
+#ifdef CONFIG_SOC_AM33XX
|
|
|
static struct map_desc omapam33xx_io_desc[] __initdata = {
|
|
|
{
|
|
|
.virtual = L4_34XX_VIRT,
|
|
@@ -292,7 +292,7 @@ void __init omapti81xx_map_common_io(void)
|
|
|
}
|
|
|
#endif
|
|
|
|
|
|
-#ifdef CONFIG_SOC_OMAPAM33XX
|
|
|
+#ifdef CONFIG_SOC_AM33XX
|
|
|
void __init omapam33xx_map_common_io(void)
|
|
|
{
|
|
|
iotable_init(omapam33xx_io_desc, ARRAY_SIZE(omapam33xx_io_desc));
|