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 /arch/arm/mach-s3c2412 | |
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>
Diffstat (limited to 'arch/arm/mach-s3c2412')
-rw-r--r-- | arch/arm/mach-s3c2412/mach-jive.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-s3c2412/mach-smdk2413.c | 6 | ||||
-rw-r--r-- | arch/arm/mach-s3c2412/mach-vstms.c | 2 |
3 files changed, 5 insertions, 5 deletions
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, |