diff options
Diffstat (limited to 'arch/arm/mach-ixp2000/ixdp2x01.c')
-rw-r--r-- | arch/arm/mach-ixp2000/ixdp2x01.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-ixp2000/ixdp2x01.c b/arch/arm/mach-ixp2000/ixdp2x01.c index be2a254f1374..61a28676b5be 100644 --- a/arch/arm/mach-ixp2000/ixdp2x01.c +++ b/arch/arm/mach-ixp2000/ixdp2x01.c | |||
@@ -417,7 +417,7 @@ static void __init ixdp2x01_init_machine(void) | |||
417 | #ifdef CONFIG_ARCH_IXDP2401 | 417 | #ifdef CONFIG_ARCH_IXDP2401 |
418 | MACHINE_START(IXDP2401, "Intel IXDP2401 Development Platform") | 418 | MACHINE_START(IXDP2401, "Intel IXDP2401 Development Platform") |
419 | /* Maintainer: MontaVista Software, Inc. */ | 419 | /* Maintainer: MontaVista Software, Inc. */ |
420 | .boot_params = 0x00000100, | 420 | .atag_offset = 0x100, |
421 | .map_io = ixdp2x01_map_io, | 421 | .map_io = ixdp2x01_map_io, |
422 | .init_irq = ixdp2x01_init_irq, | 422 | .init_irq = ixdp2x01_init_irq, |
423 | .timer = &ixdp2x01_timer, | 423 | .timer = &ixdp2x01_timer, |
@@ -428,7 +428,7 @@ MACHINE_END | |||
428 | #ifdef CONFIG_ARCH_IXDP2801 | 428 | #ifdef CONFIG_ARCH_IXDP2801 |
429 | MACHINE_START(IXDP2801, "Intel IXDP2801 Development Platform") | 429 | MACHINE_START(IXDP2801, "Intel IXDP2801 Development Platform") |
430 | /* Maintainer: MontaVista Software, Inc. */ | 430 | /* Maintainer: MontaVista Software, Inc. */ |
431 | .boot_params = 0x00000100, | 431 | .atag_offset = 0x100, |
432 | .map_io = ixdp2x01_map_io, | 432 | .map_io = ixdp2x01_map_io, |
433 | .init_irq = ixdp2x01_init_irq, | 433 | .init_irq = ixdp2x01_init_irq, |
434 | .timer = &ixdp2x01_timer, | 434 | .timer = &ixdp2x01_timer, |
@@ -441,7 +441,7 @@ MACHINE_END | |||
441 | */ | 441 | */ |
442 | MACHINE_START(IXDP28X5, "Intel IXDP2805/2855 Development Platform") | 442 | MACHINE_START(IXDP28X5, "Intel IXDP2805/2855 Development Platform") |
443 | /* Maintainer: MontaVista Software, Inc. */ | 443 | /* Maintainer: MontaVista Software, Inc. */ |
444 | .boot_params = 0x00000100, | 444 | .atag_offset = 0x100, |
445 | .map_io = ixdp2x01_map_io, | 445 | .map_io = ixdp2x01_map_io, |
446 | .init_irq = ixdp2x01_init_irq, | 446 | .init_irq = ixdp2x01_init_irq, |
447 | .timer = &ixdp2x01_timer, | 447 | .timer = &ixdp2x01_timer, |