diff options
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500.c')
-rw-r--r-- | arch/arm/mach-ux500/board-mop500.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c index 537ab63c1dc9..f67b83dd9010 100644 --- a/arch/arm/mach-ux500/board-mop500.c +++ b/arch/arm/mach-ux500/board-mop500.c | |||
@@ -646,7 +646,7 @@ static void __init mop500_init_machine(void) | |||
646 | 646 | ||
647 | MACHINE_START(U8500, "ST-Ericsson MOP500 platform") | 647 | MACHINE_START(U8500, "ST-Ericsson MOP500 platform") |
648 | /* Maintainer: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> */ | 648 | /* Maintainer: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> */ |
649 | .boot_params = 0x100, | 649 | .atag_offset = 0x100, |
650 | .map_io = u8500_map_io, | 650 | .map_io = u8500_map_io, |
651 | .init_irq = ux500_init_irq, | 651 | .init_irq = ux500_init_irq, |
652 | /* we re-use nomadik timer here */ | 652 | /* we re-use nomadik timer here */ |
@@ -655,7 +655,7 @@ MACHINE_START(U8500, "ST-Ericsson MOP500 platform") | |||
655 | MACHINE_END | 655 | MACHINE_END |
656 | 656 | ||
657 | MACHINE_START(HREFV60, "ST-Ericsson U8500 Platform HREFv60+") | 657 | MACHINE_START(HREFV60, "ST-Ericsson U8500 Platform HREFv60+") |
658 | .boot_params = 0x100, | 658 | .atag_offset = 0x100, |
659 | .map_io = u8500_map_io, | 659 | .map_io = u8500_map_io, |
660 | .init_irq = ux500_init_irq, | 660 | .init_irq = ux500_init_irq, |
661 | .timer = &ux500_timer, | 661 | .timer = &ux500_timer, |
@@ -663,7 +663,7 @@ MACHINE_START(HREFV60, "ST-Ericsson U8500 Platform HREFv60+") | |||
663 | MACHINE_END | 663 | MACHINE_END |
664 | 664 | ||
665 | MACHINE_START(SNOWBALL, "Calao Systems Snowball platform") | 665 | MACHINE_START(SNOWBALL, "Calao Systems Snowball platform") |
666 | .boot_params = 0x100, | 666 | .atag_offset = 0x100, |
667 | .map_io = u8500_map_io, | 667 | .map_io = u8500_map_io, |
668 | .init_irq = ux500_init_irq, | 668 | .init_irq = ux500_init_irq, |
669 | /* we re-use nomadik timer here */ | 669 | /* we re-use nomadik timer here */ |