Skip to content

Commit

Permalink
ARM: mach-iop32x: convert boot_params to atag_offset
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Nicolas Pitre authored and Nicolas Pitre committed Aug 21, 2011
1 parent d304c54 commit 1896746
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mach-iop32x/em7210.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ static void __init em7210_init_machine(void)
}

MACHINE_START(EM7210, "Lanner EM7210")
.boot_params = 0xa0000100,
.atag_offset = 0x100,
.map_io = em7210_map_io,
.init_irq = iop32x_init_irq,
.timer = &em7210_timer,
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-iop32x/glantank.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ static void __init glantank_init_machine(void)

MACHINE_START(GLANTANK, "GLAN Tank")
/* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */
.boot_params = 0xa0000100,
.atag_offset = 0x100,
.map_io = glantank_map_io,
.init_irq = iop32x_init_irq,
.timer = &glantank_timer,
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/mach-iop32x/iq31244.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ __setup("force_ep80219", force_ep80219_setup);

MACHINE_START(IQ31244, "Intel IQ31244")
/* Maintainer: Intel Corp. */
.boot_params = 0xa0000100,
.atag_offset = 0x100,
.map_io = iq31244_map_io,
.init_irq = iop32x_init_irq,
.timer = &iq31244_timer,
Expand All @@ -327,7 +327,7 @@ MACHINE_END
*/
MACHINE_START(EP80219, "Intel EP80219")
/* Maintainer: Intel Corp. */
.boot_params = 0xa0000100,
.atag_offset = 0x100,
.map_io = iq31244_map_io,
.init_irq = iop32x_init_irq,
.timer = &iq31244_timer,
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-iop32x/iq80321.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ static void __init iq80321_init_machine(void)

MACHINE_START(IQ80321, "Intel IQ80321")
/* Maintainer: Intel Corp. */
.boot_params = 0xa0000100,
.atag_offset = 0x100,
.map_io = iq80321_map_io,
.init_irq = iop32x_init_irq,
.timer = &iq80321_timer,
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-iop32x/n2100.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ static void __init n2100_init_machine(void)

MACHINE_START(N2100, "Thecus N2100")
/* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */
.boot_params = 0xa0000100,
.atag_offset = 0x100,
.map_io = n2100_map_io,
.init_irq = iop32x_init_irq,
.timer = &n2100_timer,
Expand Down

0 comments on commit 1896746

Please sign in to comment.