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:09 -0400 |
commit | 69d50710c62b24ee2e7e51b34031fec58396ac02 (patch) | |
tree | 61652cc9a284d6ef7c39d625c416215d3144a2f6 | |
parent | 237e88739e4a640d53379b18f553682daf755ca8 (diff) |
ARM: mach-s3c24*: convert boot_params to atag_offset
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
23 files changed, 26 insertions, 26 deletions
diff --git a/arch/arm/mach-s3c2410/mach-amlm5900.c b/arch/arm/mach-s3c2410/mach-amlm5900.c index dabc141243f3..79838942b0ac 100644 --- a/arch/arm/mach-s3c2410/mach-amlm5900.c +++ b/arch/arm/mach-s3c2410/mach-amlm5900.c | |||
@@ -236,7 +236,7 @@ static void __init amlm5900_init(void) | |||
236 | } | 236 | } |
237 | 237 | ||
238 | MACHINE_START(AML_M5900, "AML_M5900") | 238 | MACHINE_START(AML_M5900, "AML_M5900") |
239 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 239 | .atag_offset = 0x100, |
240 | .map_io = amlm5900_map_io, | 240 | .map_io = amlm5900_map_io, |
241 | .init_irq = s3c24xx_init_irq, | 241 | .init_irq = s3c24xx_init_irq, |
242 | .init_machine = amlm5900_init, | 242 | .init_machine = amlm5900_init, |
diff --git a/arch/arm/mach-s3c2410/mach-bast.c b/arch/arm/mach-s3c2410/mach-bast.c index 1e2d536adda9..a20ae1ad4062 100644 --- a/arch/arm/mach-s3c2410/mach-bast.c +++ b/arch/arm/mach-s3c2410/mach-bast.c | |||
@@ -657,7 +657,7 @@ static void __init bast_init(void) | |||
657 | 657 | ||
658 | MACHINE_START(BAST, "Simtec-BAST") | 658 | MACHINE_START(BAST, "Simtec-BAST") |
659 | /* Maintainer: Ben Dooks <ben@simtec.co.uk> */ | 659 | /* Maintainer: Ben Dooks <ben@simtec.co.uk> */ |
660 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 660 | .atag_offset = 0x100, |
661 | .map_io = bast_map_io, | 661 | .map_io = bast_map_io, |
662 | .init_irq = s3c24xx_init_irq, | 662 | .init_irq = s3c24xx_init_irq, |
663 | .init_machine = bast_init, | 663 | .init_machine = bast_init, |
diff --git a/arch/arm/mach-s3c2410/mach-h1940.c b/arch/arm/mach-s3c2410/mach-h1940.c index 2a2fa0620133..556c535829f0 100644 --- a/arch/arm/mach-s3c2410/mach-h1940.c +++ b/arch/arm/mach-s3c2410/mach-h1940.c | |||
@@ -744,7 +744,7 @@ static void __init h1940_init(void) | |||
744 | 744 | ||
745 | MACHINE_START(H1940, "IPAQ-H1940") | 745 | MACHINE_START(H1940, "IPAQ-H1940") |
746 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ | 746 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ |
747 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 747 | .atag_offset = 0x100, |
748 | .map_io = h1940_map_io, | 748 | .map_io = h1940_map_io, |
749 | .reserve = h1940_reserve, | 749 | .reserve = h1940_reserve, |
750 | .init_irq = h1940_init_irq, | 750 | .init_irq = h1940_init_irq, |
diff --git a/arch/arm/mach-s3c2410/mach-n30.c b/arch/arm/mach-s3c2410/mach-n30.c index 079dcaa602d3..1dc3e3234417 100644 --- a/arch/arm/mach-s3c2410/mach-n30.c +++ b/arch/arm/mach-s3c2410/mach-n30.c | |||
@@ -586,7 +586,7 @@ MACHINE_START(N30, "Acer-N30") | |||
586 | /* Maintainer: Christer Weinigel <christer@weinigel.se>, | 586 | /* Maintainer: Christer Weinigel <christer@weinigel.se>, |
587 | Ben Dooks <ben-linux@fluff.org> | 587 | Ben Dooks <ben-linux@fluff.org> |
588 | */ | 588 | */ |
589 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 589 | .atag_offset = 0x100, |
590 | .timer = &s3c24xx_timer, | 590 | .timer = &s3c24xx_timer, |
591 | .init_machine = n30_init, | 591 | .init_machine = n30_init, |
592 | .init_irq = s3c24xx_init_irq, | 592 | .init_irq = s3c24xx_init_irq, |
@@ -596,7 +596,7 @@ MACHINE_END | |||
596 | MACHINE_START(N35, "Acer-N35") | 596 | MACHINE_START(N35, "Acer-N35") |
597 | /* Maintainer: Christer Weinigel <christer@weinigel.se> | 597 | /* Maintainer: Christer Weinigel <christer@weinigel.se> |
598 | */ | 598 | */ |
599 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 599 | .atag_offset = 0x100, |
600 | .timer = &s3c24xx_timer, | 600 | .timer = &s3c24xx_timer, |
601 | .init_machine = n30_init, | 601 | .init_machine = n30_init, |
602 | .init_irq = s3c24xx_init_irq, | 602 | .init_irq = s3c24xx_init_irq, |
diff --git a/arch/arm/mach-s3c2410/mach-otom.c b/arch/arm/mach-s3c2410/mach-otom.c index 0aa16cd5acbc..f03f3fd9cec9 100644 --- a/arch/arm/mach-s3c2410/mach-otom.c +++ b/arch/arm/mach-s3c2410/mach-otom.c | |||
@@ -116,7 +116,7 @@ static void __init otom11_init(void) | |||
116 | 116 | ||
117 | MACHINE_START(OTOM, "Nex Vision - Otom 1.1") | 117 | MACHINE_START(OTOM, "Nex Vision - Otom 1.1") |
118 | /* Maintainer: Guillaume GOURAT <guillaume.gourat@nexvision.tv> */ | 118 | /* Maintainer: Guillaume GOURAT <guillaume.gourat@nexvision.tv> */ |
119 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 119 | .atag_offset = 0x100, |
120 | .map_io = otom11_map_io, | 120 | .map_io = otom11_map_io, |
121 | .init_machine = otom11_init, | 121 | .init_machine = otom11_init, |
122 | .init_irq = s3c24xx_init_irq, | 122 | .init_irq = s3c24xx_init_irq, |
diff --git a/arch/arm/mach-s3c2410/mach-qt2410.c b/arch/arm/mach-s3c2410/mach-qt2410.c index f44f77531b1e..367d376deb96 100644 --- a/arch/arm/mach-s3c2410/mach-qt2410.c +++ b/arch/arm/mach-s3c2410/mach-qt2410.c | |||
@@ -344,7 +344,7 @@ static void __init qt2410_machine_init(void) | |||
344 | } | 344 | } |
345 | 345 | ||
346 | MACHINE_START(QT2410, "QT2410") | 346 | MACHINE_START(QT2410, "QT2410") |
347 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 347 | .atag_offset = 0x100, |
348 | .map_io = qt2410_map_io, | 348 | .map_io = qt2410_map_io, |
349 | .init_irq = s3c24xx_init_irq, | 349 | .init_irq = s3c24xx_init_irq, |
350 | .init_machine = qt2410_machine_init, | 350 | .init_machine = qt2410_machine_init, |
diff --git a/arch/arm/mach-s3c2410/mach-smdk2410.c b/arch/arm/mach-s3c2410/mach-smdk2410.c index e17f03387aba..99c9dfdb71c7 100644 --- a/arch/arm/mach-s3c2410/mach-smdk2410.c +++ b/arch/arm/mach-s3c2410/mach-smdk2410.c | |||
@@ -111,7 +111,7 @@ static void __init smdk2410_init(void) | |||
111 | MACHINE_START(SMDK2410, "SMDK2410") /* @TODO: request a new identifier and switch | 111 | MACHINE_START(SMDK2410, "SMDK2410") /* @TODO: request a new identifier and switch |
112 | * to SMDK2410 */ | 112 | * to SMDK2410 */ |
113 | /* Maintainer: Jonas Dietsche */ | 113 | /* Maintainer: Jonas Dietsche */ |
114 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 114 | .atag_offset = 0x100, |
115 | .map_io = smdk2410_map_io, | 115 | .map_io = smdk2410_map_io, |
116 | .init_irq = s3c24xx_init_irq, | 116 | .init_irq = s3c24xx_init_irq, |
117 | .init_machine = smdk2410_init, | 117 | .init_machine = smdk2410_init, |
diff --git a/arch/arm/mach-s3c2410/mach-tct_hammer.c b/arch/arm/mach-s3c2410/mach-tct_hammer.c index 43c2b831b9e8..e0d0b6fb2800 100644 --- a/arch/arm/mach-s3c2410/mach-tct_hammer.c +++ b/arch/arm/mach-s3c2410/mach-tct_hammer.c | |||
@@ -146,7 +146,7 @@ static void __init tct_hammer_init(void) | |||
146 | } | 146 | } |
147 | 147 | ||
148 | MACHINE_START(TCT_HAMMER, "TCT_HAMMER") | 148 | MACHINE_START(TCT_HAMMER, "TCT_HAMMER") |
149 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 149 | .atag_offset = 0x100, |
150 | .map_io = tct_hammer_map_io, | 150 | .map_io = tct_hammer_map_io, |
151 | .init_irq = s3c24xx_init_irq, | 151 | .init_irq = s3c24xx_init_irq, |
152 | .init_machine = tct_hammer_init, | 152 | .init_machine = tct_hammer_init, |
diff --git a/arch/arm/mach-s3c2410/mach-vr1000.c b/arch/arm/mach-s3c2410/mach-vr1000.c index 6ccce5a761b4..df47e8e90065 100644 --- a/arch/arm/mach-s3c2410/mach-vr1000.c +++ b/arch/arm/mach-s3c2410/mach-vr1000.c | |||
@@ -400,7 +400,7 @@ static void __init vr1000_init(void) | |||
400 | 400 | ||
401 | MACHINE_START(VR1000, "Thorcom-VR1000") | 401 | MACHINE_START(VR1000, "Thorcom-VR1000") |
402 | /* Maintainer: Ben Dooks <ben@simtec.co.uk> */ | 402 | /* Maintainer: Ben Dooks <ben@simtec.co.uk> */ |
403 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 403 | .atag_offset = 0x100, |
404 | .map_io = vr1000_map_io, | 404 | .map_io = vr1000_map_io, |
405 | .init_machine = vr1000_init, | 405 | .init_machine = vr1000_init, |
406 | .init_irq = s3c24xx_init_irq, | 406 | .init_irq = s3c24xx_init_irq, |
diff --git a/arch/arm/mach-s3c2412/mach-jive.c b/arch/arm/mach-s3c2412/mach-jive.c index 5eeb47580b0c..286ef1738c61 100644 --- a/arch/arm/mach-s3c2412/mach-jive.c +++ b/arch/arm/mach-s3c2412/mach-jive.c | |||
@@ -655,7 +655,7 @@ static void __init jive_machine_init(void) | |||
655 | 655 | ||
656 | MACHINE_START(JIVE, "JIVE") | 656 | MACHINE_START(JIVE, "JIVE") |
657 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ | 657 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ |
658 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 658 | .atag_offset = 0x100, |
659 | 659 | ||
660 | .init_irq = s3c24xx_init_irq, | 660 | .init_irq = s3c24xx_init_irq, |
661 | .map_io = jive_map_io, | 661 | .map_io = jive_map_io, |
diff --git a/arch/arm/mach-s3c2412/mach-smdk2413.c b/arch/arm/mach-s3c2412/mach-smdk2413.c index 834cfb61bcfe..d6325ede9f29 100644 --- a/arch/arm/mach-s3c2412/mach-smdk2413.c +++ b/arch/arm/mach-s3c2412/mach-smdk2413.c | |||
@@ -128,7 +128,7 @@ static void __init smdk2413_machine_init(void) | |||
128 | 128 | ||
129 | MACHINE_START(S3C2413, "S3C2413") | 129 | MACHINE_START(S3C2413, "S3C2413") |
130 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ | 130 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ |
131 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 131 | .atag_offset = 0x100, |
132 | 132 | ||
133 | .fixup = smdk2413_fixup, | 133 | .fixup = smdk2413_fixup, |
134 | .init_irq = s3c24xx_init_irq, | 134 | .init_irq = s3c24xx_init_irq, |
@@ -139,7 +139,7 @@ MACHINE_END | |||
139 | 139 | ||
140 | MACHINE_START(SMDK2412, "SMDK2412") | 140 | MACHINE_START(SMDK2412, "SMDK2412") |
141 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ | 141 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ |
142 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 142 | .atag_offset = 0x100, |
143 | 143 | ||
144 | .fixup = smdk2413_fixup, | 144 | .fixup = smdk2413_fixup, |
145 | .init_irq = s3c24xx_init_irq, | 145 | .init_irq = s3c24xx_init_irq, |
@@ -150,7 +150,7 @@ MACHINE_END | |||
150 | 150 | ||
151 | MACHINE_START(SMDK2413, "SMDK2413") | 151 | MACHINE_START(SMDK2413, "SMDK2413") |
152 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ | 152 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ |
153 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 153 | .atag_offset = 0x100, |
154 | 154 | ||
155 | .fixup = smdk2413_fixup, | 155 | .fixup = smdk2413_fixup, |
156 | .init_irq = s3c24xx_init_irq, | 156 | .init_irq = s3c24xx_init_irq, |
diff --git a/arch/arm/mach-s3c2412/mach-vstms.c b/arch/arm/mach-s3c2412/mach-vstms.c index 83544ebe20ac..5955c15018b4 100644 --- a/arch/arm/mach-s3c2412/mach-vstms.c +++ b/arch/arm/mach-s3c2412/mach-vstms.c | |||
@@ -156,7 +156,7 @@ static void __init vstms_init(void) | |||
156 | } | 156 | } |
157 | 157 | ||
158 | MACHINE_START(VSTMS, "VSTMS") | 158 | MACHINE_START(VSTMS, "VSTMS") |
159 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 159 | .atag_offset = 0x100, |
160 | 160 | ||
161 | .fixup = vstms_fixup, | 161 | .fixup = vstms_fixup, |
162 | .init_irq = s3c24xx_init_irq, | 162 | .init_irq = s3c24xx_init_irq, |
diff --git a/arch/arm/mach-s3c2416/mach-smdk2416.c b/arch/arm/mach-s3c2416/mach-smdk2416.c index ac27ebb31c9b..a9eee531ca76 100644 --- a/arch/arm/mach-s3c2416/mach-smdk2416.c +++ b/arch/arm/mach-s3c2416/mach-smdk2416.c | |||
@@ -245,7 +245,7 @@ static void __init smdk2416_machine_init(void) | |||
245 | 245 | ||
246 | MACHINE_START(SMDK2416, "SMDK2416") | 246 | MACHINE_START(SMDK2416, "SMDK2416") |
247 | /* Maintainer: Yauhen Kharuzhy <jekhor@gmail.com> */ | 247 | /* Maintainer: Yauhen Kharuzhy <jekhor@gmail.com> */ |
248 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 248 | .atag_offset = 0x100, |
249 | 249 | ||
250 | .init_irq = s3c24xx_init_irq, | 250 | .init_irq = s3c24xx_init_irq, |
251 | .map_io = smdk2416_map_io, | 251 | .map_io = smdk2416_map_io, |
diff --git a/arch/arm/mach-s3c2440/mach-anubis.c b/arch/arm/mach-s3c2440/mach-anubis.c index d7086788b1ff..74f92fc3fd04 100644 --- a/arch/arm/mach-s3c2440/mach-anubis.c +++ b/arch/arm/mach-s3c2440/mach-anubis.c | |||
@@ -498,7 +498,7 @@ static void __init anubis_init(void) | |||
498 | 498 | ||
499 | MACHINE_START(ANUBIS, "Simtec-Anubis") | 499 | MACHINE_START(ANUBIS, "Simtec-Anubis") |
500 | /* Maintainer: Ben Dooks <ben@simtec.co.uk> */ | 500 | /* Maintainer: Ben Dooks <ben@simtec.co.uk> */ |
501 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 501 | .atag_offset = 0x100, |
502 | .map_io = anubis_map_io, | 502 | .map_io = anubis_map_io, |
503 | .init_machine = anubis_init, | 503 | .init_machine = anubis_init, |
504 | .init_irq = s3c24xx_init_irq, | 504 | .init_irq = s3c24xx_init_irq, |
diff --git a/arch/arm/mach-s3c2440/mach-at2440evb.c b/arch/arm/mach-s3c2440/mach-at2440evb.c index 6c98b789b8c6..38887ee0c784 100644 --- a/arch/arm/mach-s3c2440/mach-at2440evb.c +++ b/arch/arm/mach-s3c2440/mach-at2440evb.c | |||
@@ -233,7 +233,7 @@ static void __init at2440evb_init(void) | |||
233 | 233 | ||
234 | 234 | ||
235 | MACHINE_START(AT2440EVB, "AT2440EVB") | 235 | MACHINE_START(AT2440EVB, "AT2440EVB") |
236 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 236 | .atag_offset = 0x100, |
237 | .map_io = at2440evb_map_io, | 237 | .map_io = at2440evb_map_io, |
238 | .init_machine = at2440evb_init, | 238 | .init_machine = at2440evb_init, |
239 | .init_irq = s3c24xx_init_irq, | 239 | .init_irq = s3c24xx_init_irq, |
diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c index c10ddf4ed7f1..de1e0ff46cec 100644 --- a/arch/arm/mach-s3c2440/mach-gta02.c +++ b/arch/arm/mach-s3c2440/mach-gta02.c | |||
@@ -595,7 +595,7 @@ static void __init gta02_machine_init(void) | |||
595 | 595 | ||
596 | MACHINE_START(NEO1973_GTA02, "GTA02") | 596 | MACHINE_START(NEO1973_GTA02, "GTA02") |
597 | /* Maintainer: Nelson Castillo <arhuaco@freaks-unidos.net> */ | 597 | /* Maintainer: Nelson Castillo <arhuaco@freaks-unidos.net> */ |
598 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 598 | .atag_offset = 0x100, |
599 | .map_io = gta02_map_io, | 599 | .map_io = gta02_map_io, |
600 | .init_irq = s3c24xx_init_irq, | 600 | .init_irq = s3c24xx_init_irq, |
601 | .init_machine = gta02_machine_init, | 601 | .init_machine = gta02_machine_init, |
diff --git a/arch/arm/mach-s3c2440/mach-mini2440.c b/arch/arm/mach-s3c2440/mach-mini2440.c index fc2dc0b3d4fe..91fe0b4c95f1 100644 --- a/arch/arm/mach-s3c2440/mach-mini2440.c +++ b/arch/arm/mach-s3c2440/mach-mini2440.c | |||
@@ -676,7 +676,7 @@ static void __init mini2440_init(void) | |||
676 | 676 | ||
677 | MACHINE_START(MINI2440, "MINI2440") | 677 | MACHINE_START(MINI2440, "MINI2440") |
678 | /* Maintainer: Michel Pollet <buserror@gmail.com> */ | 678 | /* Maintainer: Michel Pollet <buserror@gmail.com> */ |
679 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 679 | .atag_offset = 0x100, |
680 | .map_io = mini2440_map_io, | 680 | .map_io = mini2440_map_io, |
681 | .init_machine = mini2440_init, | 681 | .init_machine = mini2440_init, |
682 | .init_irq = s3c24xx_init_irq, | 682 | .init_irq = s3c24xx_init_irq, |
diff --git a/arch/arm/mach-s3c2440/mach-nexcoder.c b/arch/arm/mach-s3c2440/mach-nexcoder.c index 37dd306fb7dc..61c0bf148165 100644 --- a/arch/arm/mach-s3c2440/mach-nexcoder.c +++ b/arch/arm/mach-s3c2440/mach-nexcoder.c | |||
@@ -151,7 +151,7 @@ static void __init nexcoder_init(void) | |||
151 | 151 | ||
152 | MACHINE_START(NEXCODER_2440, "NexVision - Nexcoder 2440") | 152 | MACHINE_START(NEXCODER_2440, "NexVision - Nexcoder 2440") |
153 | /* Maintainer: Guillaume GOURAT <guillaume.gourat@nexvision.tv> */ | 153 | /* Maintainer: Guillaume GOURAT <guillaume.gourat@nexvision.tv> */ |
154 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 154 | .atag_offset = 0x100, |
155 | .map_io = nexcoder_map_io, | 155 | .map_io = nexcoder_map_io, |
156 | .init_machine = nexcoder_init, | 156 | .init_machine = nexcoder_init, |
157 | .init_irq = s3c24xx_init_irq, | 157 | .init_irq = s3c24xx_init_irq, |
diff --git a/arch/arm/mach-s3c2440/mach-osiris.c b/arch/arm/mach-s3c2440/mach-osiris.c index d88536393310..dc142ebf8cba 100644 --- a/arch/arm/mach-s3c2440/mach-osiris.c +++ b/arch/arm/mach-s3c2440/mach-osiris.c | |||
@@ -447,7 +447,7 @@ static void __init osiris_init(void) | |||
447 | 447 | ||
448 | MACHINE_START(OSIRIS, "Simtec-OSIRIS") | 448 | MACHINE_START(OSIRIS, "Simtec-OSIRIS") |
449 | /* Maintainer: Ben Dooks <ben@simtec.co.uk> */ | 449 | /* Maintainer: Ben Dooks <ben@simtec.co.uk> */ |
450 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 450 | .atag_offset = 0x100, |
451 | .map_io = osiris_map_io, | 451 | .map_io = osiris_map_io, |
452 | .init_irq = s3c24xx_init_irq, | 452 | .init_irq = s3c24xx_init_irq, |
453 | .init_machine = osiris_init, | 453 | .init_machine = osiris_init, |
diff --git a/arch/arm/mach-s3c2440/mach-rx1950.c b/arch/arm/mach-s3c2440/mach-rx1950.c index 27ea95096fe1..684dbb3567f5 100644 --- a/arch/arm/mach-s3c2440/mach-rx1950.c +++ b/arch/arm/mach-s3c2440/mach-rx1950.c | |||
@@ -825,7 +825,7 @@ static void __init rx1950_reserve(void) | |||
825 | 825 | ||
826 | MACHINE_START(RX1950, "HP iPAQ RX1950") | 826 | MACHINE_START(RX1950, "HP iPAQ RX1950") |
827 | /* Maintainers: Vasily Khoruzhick */ | 827 | /* Maintainers: Vasily Khoruzhick */ |
828 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 828 | .atag_offset = 0x100, |
829 | .map_io = rx1950_map_io, | 829 | .map_io = rx1950_map_io, |
830 | .reserve = rx1950_reserve, | 830 | .reserve = rx1950_reserve, |
831 | .init_irq = s3c24xx_init_irq, | 831 | .init_irq = s3c24xx_init_irq, |
diff --git a/arch/arm/mach-s3c2440/mach-rx3715.c b/arch/arm/mach-s3c2440/mach-rx3715.c index 1472b1a5b2fb..e19499c2f909 100644 --- a/arch/arm/mach-s3c2440/mach-rx3715.c +++ b/arch/arm/mach-s3c2440/mach-rx3715.c | |||
@@ -218,7 +218,7 @@ static void __init rx3715_init_machine(void) | |||
218 | 218 | ||
219 | MACHINE_START(RX3715, "IPAQ-RX3715") | 219 | MACHINE_START(RX3715, "IPAQ-RX3715") |
220 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ | 220 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ |
221 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 221 | .atag_offset = 0x100, |
222 | .map_io = rx3715_map_io, | 222 | .map_io = rx3715_map_io, |
223 | .reserve = rx3715_reserve, | 223 | .reserve = rx3715_reserve, |
224 | .init_irq = rx3715_init_irq, | 224 | .init_irq = rx3715_init_irq, |
diff --git a/arch/arm/mach-s3c2440/mach-smdk2440.c b/arch/arm/mach-s3c2440/mach-smdk2440.c index eedfe0f11643..36eeb4197a84 100644 --- a/arch/arm/mach-s3c2440/mach-smdk2440.c +++ b/arch/arm/mach-s3c2440/mach-smdk2440.c | |||
@@ -175,7 +175,7 @@ static void __init smdk2440_machine_init(void) | |||
175 | 175 | ||
176 | MACHINE_START(S3C2440, "SMDK2440") | 176 | MACHINE_START(S3C2440, "SMDK2440") |
177 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ | 177 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ |
178 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 178 | .atag_offset = 0x100, |
179 | 179 | ||
180 | .init_irq = s3c24xx_init_irq, | 180 | .init_irq = s3c24xx_init_irq, |
181 | .map_io = smdk2440_map_io, | 181 | .map_io = smdk2440_map_io, |
diff --git a/arch/arm/mach-s3c2443/mach-smdk2443.c b/arch/arm/mach-s3c2443/mach-smdk2443.c index 514275e43ca0..bec107e00441 100644 --- a/arch/arm/mach-s3c2443/mach-smdk2443.c +++ b/arch/arm/mach-s3c2443/mach-smdk2443.c | |||
@@ -139,7 +139,7 @@ static void __init smdk2443_machine_init(void) | |||
139 | 139 | ||
140 | MACHINE_START(SMDK2443, "SMDK2443") | 140 | MACHINE_START(SMDK2443, "SMDK2443") |
141 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ | 141 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ |
142 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 142 | .atag_offset = 0x100, |
143 | 143 | ||
144 | .init_irq = s3c24xx_init_irq, | 144 | .init_irq = s3c24xx_init_irq, |
145 | .map_io = smdk2443_map_io, | 145 | .map_io = smdk2443_map_io, |