diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-07-05 22:38:17 -0400 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2011-08-21 17:15:15 -0400 |
commit | dfd48fbbb4f4cca955d35004f433e321833a73bb (patch) | |
tree | c2c42c70d581e3671993bfef76a02c79686243b0 /arch/arm/mach-spear6xx | |
parent | 8322cd4bf189ccdbb0e0bff0c0c9bb6755d5038e (diff) |
ARM: mach-spear*: convert boot_params to atag_offset
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-spear6xx')
-rw-r--r-- | arch/arm/mach-spear6xx/spear600_evb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-spear6xx/spear600_evb.c b/arch/arm/mach-spear6xx/spear600_evb.c index f19cefe91a2b..8238fe38e713 100644 --- a/arch/arm/mach-spear6xx/spear600_evb.c +++ b/arch/arm/mach-spear6xx/spear600_evb.c | |||
@@ -43,7 +43,7 @@ static void __init spear600_evb_init(void) | |||
43 | } | 43 | } |
44 | 44 | ||
45 | MACHINE_START(SPEAR600, "ST-SPEAR600-EVB") | 45 | MACHINE_START(SPEAR600, "ST-SPEAR600-EVB") |
46 | .boot_params = 0x00000100, | 46 | .atag_offset = 0x100, |
47 | .map_io = spear6xx_map_io, | 47 | .map_io = spear6xx_map_io, |
48 | .init_irq = spear6xx_init_irq, | 48 | .init_irq = spear6xx_init_irq, |
49 | .timer = &spear6xx_timer, | 49 | .timer = &spear6xx_timer, |