diff options
Diffstat (limited to 'arch/arm/mach-ep93xx/edb93xx.c')
-rw-r--r-- | arch/arm/mach-ep93xx/edb93xx.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/mach-ep93xx/edb93xx.c b/arch/arm/mach-ep93xx/edb93xx.c index 9969bb115f60..257175edc575 100644 --- a/arch/arm/mach-ep93xx/edb93xx.c +++ b/arch/arm/mach-ep93xx/edb93xx.c | |||
@@ -240,7 +240,7 @@ static void __init edb93xx_init_machine(void) | |||
240 | #ifdef CONFIG_MACH_EDB9301 | 240 | #ifdef CONFIG_MACH_EDB9301 |
241 | MACHINE_START(EDB9301, "Cirrus Logic EDB9301 Evaluation Board") | 241 | MACHINE_START(EDB9301, "Cirrus Logic EDB9301 Evaluation Board") |
242 | /* Maintainer: H Hartley Sweeten <hsweeten@visionengravers.com> */ | 242 | /* Maintainer: H Hartley Sweeten <hsweeten@visionengravers.com> */ |
243 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, | 243 | .atag_offset = 0x100, |
244 | .map_io = ep93xx_map_io, | 244 | .map_io = ep93xx_map_io, |
245 | .init_irq = ep93xx_init_irq, | 245 | .init_irq = ep93xx_init_irq, |
246 | .timer = &ep93xx_timer, | 246 | .timer = &ep93xx_timer, |
@@ -251,7 +251,7 @@ MACHINE_END | |||
251 | #ifdef CONFIG_MACH_EDB9302 | 251 | #ifdef CONFIG_MACH_EDB9302 |
252 | MACHINE_START(EDB9302, "Cirrus Logic EDB9302 Evaluation Board") | 252 | MACHINE_START(EDB9302, "Cirrus Logic EDB9302 Evaluation Board") |
253 | /* Maintainer: George Kashperko <george@chas.com.ua> */ | 253 | /* Maintainer: George Kashperko <george@chas.com.ua> */ |
254 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, | 254 | .atag_offset = 0x100, |
255 | .map_io = ep93xx_map_io, | 255 | .map_io = ep93xx_map_io, |
256 | .init_irq = ep93xx_init_irq, | 256 | .init_irq = ep93xx_init_irq, |
257 | .timer = &ep93xx_timer, | 257 | .timer = &ep93xx_timer, |
@@ -262,7 +262,7 @@ MACHINE_END | |||
262 | #ifdef CONFIG_MACH_EDB9302A | 262 | #ifdef CONFIG_MACH_EDB9302A |
263 | MACHINE_START(EDB9302A, "Cirrus Logic EDB9302A Evaluation Board") | 263 | MACHINE_START(EDB9302A, "Cirrus Logic EDB9302A Evaluation Board") |
264 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ | 264 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ |
265 | .boot_params = EP93XX_SDCE0_PHYS_BASE + 0x100, | 265 | .atag_offset = 0x100, |
266 | .map_io = ep93xx_map_io, | 266 | .map_io = ep93xx_map_io, |
267 | .init_irq = ep93xx_init_irq, | 267 | .init_irq = ep93xx_init_irq, |
268 | .timer = &ep93xx_timer, | 268 | .timer = &ep93xx_timer, |
@@ -273,7 +273,7 @@ MACHINE_END | |||
273 | #ifdef CONFIG_MACH_EDB9307 | 273 | #ifdef CONFIG_MACH_EDB9307 |
274 | MACHINE_START(EDB9307, "Cirrus Logic EDB9307 Evaluation Board") | 274 | MACHINE_START(EDB9307, "Cirrus Logic EDB9307 Evaluation Board") |
275 | /* Maintainer: Herbert Valerio Riedel <hvr@gnu.org> */ | 275 | /* Maintainer: Herbert Valerio Riedel <hvr@gnu.org> */ |
276 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, | 276 | .atag_offset = 0x100, |
277 | .map_io = ep93xx_map_io, | 277 | .map_io = ep93xx_map_io, |
278 | .init_irq = ep93xx_init_irq, | 278 | .init_irq = ep93xx_init_irq, |
279 | .timer = &ep93xx_timer, | 279 | .timer = &ep93xx_timer, |
@@ -284,7 +284,7 @@ MACHINE_END | |||
284 | #ifdef CONFIG_MACH_EDB9307A | 284 | #ifdef CONFIG_MACH_EDB9307A |
285 | MACHINE_START(EDB9307A, "Cirrus Logic EDB9307A Evaluation Board") | 285 | MACHINE_START(EDB9307A, "Cirrus Logic EDB9307A Evaluation Board") |
286 | /* Maintainer: H Hartley Sweeten <hsweeten@visionengravers.com> */ | 286 | /* Maintainer: H Hartley Sweeten <hsweeten@visionengravers.com> */ |
287 | .boot_params = EP93XX_SDCE0_PHYS_BASE + 0x100, | 287 | .atag_offset = 0x100, |
288 | .map_io = ep93xx_map_io, | 288 | .map_io = ep93xx_map_io, |
289 | .init_irq = ep93xx_init_irq, | 289 | .init_irq = ep93xx_init_irq, |
290 | .timer = &ep93xx_timer, | 290 | .timer = &ep93xx_timer, |
@@ -295,7 +295,7 @@ MACHINE_END | |||
295 | #ifdef CONFIG_MACH_EDB9312 | 295 | #ifdef CONFIG_MACH_EDB9312 |
296 | MACHINE_START(EDB9312, "Cirrus Logic EDB9312 Evaluation Board") | 296 | MACHINE_START(EDB9312, "Cirrus Logic EDB9312 Evaluation Board") |
297 | /* Maintainer: Toufeeq Hussain <toufeeq_hussain@infosys.com> */ | 297 | /* Maintainer: Toufeeq Hussain <toufeeq_hussain@infosys.com> */ |
298 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, | 298 | .atag_offset = 0x100, |
299 | .map_io = ep93xx_map_io, | 299 | .map_io = ep93xx_map_io, |
300 | .init_irq = ep93xx_init_irq, | 300 | .init_irq = ep93xx_init_irq, |
301 | .timer = &ep93xx_timer, | 301 | .timer = &ep93xx_timer, |
@@ -306,7 +306,7 @@ MACHINE_END | |||
306 | #ifdef CONFIG_MACH_EDB9315 | 306 | #ifdef CONFIG_MACH_EDB9315 |
307 | MACHINE_START(EDB9315, "Cirrus Logic EDB9315 Evaluation Board") | 307 | MACHINE_START(EDB9315, "Cirrus Logic EDB9315 Evaluation Board") |
308 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ | 308 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ |
309 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, | 309 | .atag_offset = 0x100, |
310 | .map_io = ep93xx_map_io, | 310 | .map_io = ep93xx_map_io, |
311 | .init_irq = ep93xx_init_irq, | 311 | .init_irq = ep93xx_init_irq, |
312 | .timer = &ep93xx_timer, | 312 | .timer = &ep93xx_timer, |
@@ -317,7 +317,7 @@ MACHINE_END | |||
317 | #ifdef CONFIG_MACH_EDB9315A | 317 | #ifdef CONFIG_MACH_EDB9315A |
318 | MACHINE_START(EDB9315A, "Cirrus Logic EDB9315A Evaluation Board") | 318 | MACHINE_START(EDB9315A, "Cirrus Logic EDB9315A Evaluation Board") |
319 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ | 319 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ |
320 | .boot_params = EP93XX_SDCE0_PHYS_BASE + 0x100, | 320 | .atag_offset = 0x100, |
321 | .map_io = ep93xx_map_io, | 321 | .map_io = ep93xx_map_io, |
322 | .init_irq = ep93xx_init_irq, | 322 | .init_irq = ep93xx_init_irq, |
323 | .timer = &ep93xx_timer, | 323 | .timer = &ep93xx_timer, |