Skip to content

Commit

Permalink
ARM: mach-gemini: 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 93ef888 commit 2b078cd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mach-gemini/board-nas4220b.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ static void __init ib4220b_init(void)
}

MACHINE_START(NAS4220B, "Raidsonic NAS IB-4220-B")
.boot_params = 0x100,
.atag_offset = 0x100,
.map_io = gemini_map_io,
.init_irq = gemini_init_irq,
.timer = &ib4220b_timer,
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-gemini/board-rut1xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ static void __init rut1xx_init(void)
}

MACHINE_START(RUT100, "Teltonika RUT100")
.boot_params = 0x100,
.atag_offset = 0x100,
.map_io = gemini_map_io,
.init_irq = gemini_init_irq,
.timer = &rut1xx_timer,
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-gemini/board-wbd111.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ static void __init wbd111_init(void)
}

MACHINE_START(WBD111, "Wiliboard WBD-111")
.boot_params = 0x100,
.atag_offset = 0x100,
.map_io = gemini_map_io,
.init_irq = gemini_init_irq,
.timer = &wbd111_timer,
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-gemini/board-wbd222.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ static void __init wbd222_init(void)
}

MACHINE_START(WBD222, "Wiliboard WBD-222")
.boot_params = 0x100,
.atag_offset = 0x100,
.map_io = gemini_map_io,
.init_irq = gemini_init_irq,
.timer = &wbd222_timer,
Expand Down

0 comments on commit 2b078cd

Please sign in to comment.