Skip to content

Commit

Permalink
ARM: mach-iop33x: 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 1896746 commit e5c76c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mach-iop33x/iq80331.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ static void __init iq80331_init_machine(void)

MACHINE_START(IQ80331, "Intel IQ80331")
/* Maintainer: Intel Corp. */
.boot_params = 0x00000100,
.atag_offset = 0x100,
.map_io = iop3xx_map_io,
.init_irq = iop33x_init_irq,
.timer = &iq80331_timer,
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-iop33x/iq80332.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ static void __init iq80332_init_machine(void)

MACHINE_START(IQ80332, "Intel IQ80332")
/* Maintainer: Intel Corp. */
.boot_params = 0x00000100,
.atag_offset = 0x100,
.map_io = iop3xx_map_io,
.init_irq = iop33x_init_irq,
.timer = &iq80332_timer,
Expand Down

0 comments on commit e5c76c0

Please sign in to comment.