Skip to content

Commit

Permalink
ARM: mach-spear*: 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 8322cd4 commit dfd48fb
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-spear3xx/spear300_evb.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ static void __init spear300_evb_init(void)
}

MACHINE_START(SPEAR300, "ST-SPEAR300-EVB")
.boot_params = 0x00000100,
.atag_offset = 0x100,
.map_io = spear3xx_map_io,
.init_irq = spear3xx_init_irq,
.timer = &spear3xx_timer,
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-spear3xx/spear310_evb.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ static void __init spear310_evb_init(void)
}

MACHINE_START(SPEAR310, "ST-SPEAR310-EVB")
.boot_params = 0x00000100,
.atag_offset = 0x100,
.map_io = spear3xx_map_io,
.init_irq = spear3xx_init_irq,
.timer = &spear3xx_timer,
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-spear3xx/spear320_evb.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ static void __init spear320_evb_init(void)
}

MACHINE_START(SPEAR320, "ST-SPEAR320-EVB")
.boot_params = 0x00000100,
.atag_offset = 0x100,
.map_io = spear3xx_map_io,
.init_irq = spear3xx_init_irq,
.timer = &spear3xx_timer,
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-spear6xx/spear600_evb.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ static void __init spear600_evb_init(void)
}

MACHINE_START(SPEAR600, "ST-SPEAR600-EVB")
.boot_params = 0x00000100,
.atag_offset = 0x100,
.map_io = spear6xx_map_io,
.init_irq = spear6xx_init_irq,
.timer = &spear6xx_timer,
Expand Down

0 comments on commit dfd48fb

Please sign in to comment.