|
@@ -130,8 +130,6 @@ static void __init msm7x2x_map_io(void)
|
|
|
}
|
|
|
|
|
|
MACHINE_START(MSM7X27_SURF, "QCT MSM7x27 SURF")
|
|
|
-#ifdef CONFIG_MSM_DEBUG_UART
|
|
|
-#endif
|
|
|
.boot_params = PHYS_OFFSET + 0x100,
|
|
|
.map_io = msm7x2x_map_io,
|
|
|
.init_irq = msm7x2x_init_irq,
|
|
@@ -140,8 +138,6 @@ MACHINE_START(MSM7X27_SURF, "QCT MSM7x27 SURF")
|
|
|
MACHINE_END
|
|
|
|
|
|
MACHINE_START(MSM7X27_FFA, "QCT MSM7x27 FFA")
|
|
|
-#ifdef CONFIG_MSM_DEBUG_UART
|
|
|
-#endif
|
|
|
.boot_params = PHYS_OFFSET + 0x100,
|
|
|
.map_io = msm7x2x_map_io,
|
|
|
.init_irq = msm7x2x_init_irq,
|
|
@@ -150,8 +146,6 @@ MACHINE_START(MSM7X27_FFA, "QCT MSM7x27 FFA")
|
|
|
MACHINE_END
|
|
|
|
|
|
MACHINE_START(MSM7X25_SURF, "QCT MSM7x25 SURF")
|
|
|
-#ifdef CONFIG_MSM_DEBUG_UART
|
|
|
-#endif
|
|
|
.boot_params = PHYS_OFFSET + 0x100,
|
|
|
.map_io = msm7x2x_map_io,
|
|
|
.init_irq = msm7x2x_init_irq,
|
|
@@ -160,8 +154,6 @@ MACHINE_START(MSM7X25_SURF, "QCT MSM7x25 SURF")
|
|
|
MACHINE_END
|
|
|
|
|
|
MACHINE_START(MSM7X25_FFA, "QCT MSM7x25 FFA")
|
|
|
-#ifdef CONFIG_MSM_DEBUG_UART
|
|
|
-#endif
|
|
|
.boot_params = PHYS_OFFSET + 0x100,
|
|
|
.map_io = msm7x2x_map_io,
|
|
|
.init_irq = msm7x2x_init_irq,
|