|
@@ -81,6 +81,7 @@ void __init mx31_map_io(void)
|
|
|
iotable_init(mxc_io_desc, ARRAY_SIZE(mxc_io_desc));
|
|
|
}
|
|
|
|
|
|
+#ifdef CONFIG_ARCH_MX35
|
|
|
void __init mx35_map_io(void)
|
|
|
{
|
|
|
mxc_set_cpu_type(MXC_CPU_MX35);
|
|
@@ -89,6 +90,7 @@ void __init mx35_map_io(void)
|
|
|
|
|
|
iotable_init(mxc_io_desc, ARRAY_SIZE(mxc_io_desc));
|
|
|
}
|
|
|
+#endif
|
|
|
|
|
|
void __init mx31_init_irq(void)
|
|
|
{
|