Skip to content

Commit

Permalink
ARM: mach-shark: 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 17f4425 commit 8322cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-shark/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ static struct sys_timer shark_timer = {

MACHINE_START(SHARK, "Shark")
/* Maintainer: Alexander Schulz */
.boot_params = 0x08003000,
.atag_offset = 0x3000,
.map_io = shark_map_io,
.init_irq = shark_init_irq,
.timer = &shark_timer,
Expand Down

0 comments on commit 8322cd4

Please sign in to comment.