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 | |
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')
-rw-r--r-- | arch/arm/mach-spear3xx/spear300_evb.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-spear3xx/spear310_evb.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-spear3xx/spear320_evb.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-spear6xx/spear600_evb.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-spear3xx/spear300_evb.c b/arch/arm/mach-spear3xx/spear300_evb.c index 69006f694220..a5ff98eed1db 100644 --- a/arch/arm/mach-spear3xx/spear300_evb.c +++ b/arch/arm/mach-spear3xx/spear300_evb.c | |||
@@ -64,7 +64,7 @@ static void __init spear300_evb_init(void) | |||
64 | } | 64 | } |
65 | 65 | ||
66 | MACHINE_START(SPEAR300, "ST-SPEAR300-EVB") | 66 | MACHINE_START(SPEAR300, "ST-SPEAR300-EVB") |
67 | .boot_params = 0x00000100, | 67 | .atag_offset = 0x100, |
68 | .map_io = spear3xx_map_io, | 68 | .map_io = spear3xx_map_io, |
69 | .init_irq = spear3xx_init_irq, | 69 | .init_irq = spear3xx_init_irq, |
70 | .timer = &spear3xx_timer, | 70 | .timer = &spear3xx_timer, |
diff --git a/arch/arm/mach-spear3xx/spear310_evb.c b/arch/arm/mach-spear3xx/spear310_evb.c index c8684ce1f9b3..45d180d59362 100644 --- a/arch/arm/mach-spear3xx/spear310_evb.c +++ b/arch/arm/mach-spear3xx/spear310_evb.c | |||
@@ -70,7 +70,7 @@ static void __init spear310_evb_init(void) | |||
70 | } | 70 | } |
71 | 71 | ||
72 | MACHINE_START(SPEAR310, "ST-SPEAR310-EVB") | 72 | MACHINE_START(SPEAR310, "ST-SPEAR310-EVB") |
73 | .boot_params = 0x00000100, | 73 | .atag_offset = 0x100, |
74 | .map_io = spear3xx_map_io, | 74 | .map_io = spear3xx_map_io, |
75 | .init_irq = spear3xx_init_irq, | 75 | .init_irq = spear3xx_init_irq, |
76 | .timer = &spear3xx_timer, | 76 | .timer = &spear3xx_timer, |
diff --git a/arch/arm/mach-spear3xx/spear320_evb.c b/arch/arm/mach-spear3xx/spear320_evb.c index a12b353940d6..22879848d73a 100644 --- a/arch/arm/mach-spear3xx/spear320_evb.c +++ b/arch/arm/mach-spear3xx/spear320_evb.c | |||
@@ -68,7 +68,7 @@ static void __init spear320_evb_init(void) | |||
68 | } | 68 | } |
69 | 69 | ||
70 | MACHINE_START(SPEAR320, "ST-SPEAR320-EVB") | 70 | MACHINE_START(SPEAR320, "ST-SPEAR320-EVB") |
71 | .boot_params = 0x00000100, | 71 | .atag_offset = 0x100, |
72 | .map_io = spear3xx_map_io, | 72 | .map_io = spear3xx_map_io, |
73 | .init_irq = spear3xx_init_irq, | 73 | .init_irq = spear3xx_init_irq, |
74 | .timer = &spear3xx_timer, | 74 | .timer = &spear3xx_timer, |
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, |