diff options
Diffstat (limited to 'arch/arm/mach-msm/board-msm7x27.c')
-rw-r--r-- | arch/arm/mach-msm/board-msm7x27.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-msm/board-msm7x27.c b/arch/arm/mach-msm/board-msm7x27.c index db9381b85bf0..e7a76eff57d9 100644 --- a/arch/arm/mach-msm/board-msm7x27.c +++ b/arch/arm/mach-msm/board-msm7x27.c | |||
@@ -131,8 +131,6 @@ static void __init msm7x2x_map_io(void) | |||
131 | 131 | ||
132 | MACHINE_START(MSM7X27_SURF, "QCT MSM7x27 SURF") | 132 | MACHINE_START(MSM7X27_SURF, "QCT MSM7x27 SURF") |
133 | #ifdef CONFIG_MSM_DEBUG_UART | 133 | #ifdef CONFIG_MSM_DEBUG_UART |
134 | .phys_io = MSM_DEBUG_UART_PHYS, | ||
135 | .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, | ||
136 | #endif | 134 | #endif |
137 | .boot_params = PHYS_OFFSET + 0x100, | 135 | .boot_params = PHYS_OFFSET + 0x100, |
138 | .map_io = msm7x2x_map_io, | 136 | .map_io = msm7x2x_map_io, |
@@ -143,8 +141,6 @@ MACHINE_END | |||
143 | 141 | ||
144 | MACHINE_START(MSM7X27_FFA, "QCT MSM7x27 FFA") | 142 | MACHINE_START(MSM7X27_FFA, "QCT MSM7x27 FFA") |
145 | #ifdef CONFIG_MSM_DEBUG_UART | 143 | #ifdef CONFIG_MSM_DEBUG_UART |
146 | .phys_io = MSM_DEBUG_UART_PHYS, | ||
147 | .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, | ||
148 | #endif | 144 | #endif |
149 | .boot_params = PHYS_OFFSET + 0x100, | 145 | .boot_params = PHYS_OFFSET + 0x100, |
150 | .map_io = msm7x2x_map_io, | 146 | .map_io = msm7x2x_map_io, |
@@ -155,8 +151,6 @@ MACHINE_END | |||
155 | 151 | ||
156 | MACHINE_START(MSM7X25_SURF, "QCT MSM7x25 SURF") | 152 | MACHINE_START(MSM7X25_SURF, "QCT MSM7x25 SURF") |
157 | #ifdef CONFIG_MSM_DEBUG_UART | 153 | #ifdef CONFIG_MSM_DEBUG_UART |
158 | .phys_io = MSM_DEBUG_UART_PHYS, | ||
159 | .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, | ||
160 | #endif | 154 | #endif |
161 | .boot_params = PHYS_OFFSET + 0x100, | 155 | .boot_params = PHYS_OFFSET + 0x100, |
162 | .map_io = msm7x2x_map_io, | 156 | .map_io = msm7x2x_map_io, |
@@ -167,8 +161,6 @@ MACHINE_END | |||
167 | 161 | ||
168 | MACHINE_START(MSM7X25_FFA, "QCT MSM7x25 FFA") | 162 | MACHINE_START(MSM7X25_FFA, "QCT MSM7x25 FFA") |
169 | #ifdef CONFIG_MSM_DEBUG_UART | 163 | #ifdef CONFIG_MSM_DEBUG_UART |
170 | .phys_io = MSM_DEBUG_UART_PHYS, | ||
171 | .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, | ||
172 | #endif | 164 | #endif |
173 | .boot_params = PHYS_OFFSET + 0x100, | 165 | .boot_params = PHYS_OFFSET + 0x100, |
174 | .map_io = msm7x2x_map_io, | 166 | .map_io = msm7x2x_map_io, |