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:12 -0400 |
commit | 02350a1f8b89045e4d32c45e97c2c04b1d6c7546 (patch) | |
tree | f2e8ef9ceed3f09035f8fee3f66939d3a6c46439 /arch | |
parent | 170a59080dfb8b3115ccce8f90fbceeb242d895a (diff) |
ARM: mach-s5pc100, mach-s5pv210: 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-s5pc100/mach-smdkc100.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-s5pv210/mach-aquila.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-s5pv210/mach-goni.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-s5pv210/mach-smdkc110.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-s5pv210/mach-smdkv210.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-s5pv210/mach-torbreck.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/mach-s5pc100/mach-smdkc100.c b/arch/arm/mach-s5pc100/mach-smdkc100.c index 227d8908aab6..688f45b7cd00 100644 --- a/arch/arm/mach-s5pc100/mach-smdkc100.c +++ b/arch/arm/mach-s5pc100/mach-smdkc100.c | |||
@@ -254,7 +254,7 @@ static void __init smdkc100_machine_init(void) | |||
254 | 254 | ||
255 | MACHINE_START(SMDKC100, "SMDKC100") | 255 | MACHINE_START(SMDKC100, "SMDKC100") |
256 | /* Maintainer: Byungho Min <bhmin@samsung.com> */ | 256 | /* Maintainer: Byungho Min <bhmin@samsung.com> */ |
257 | .boot_params = S5P_PA_SDRAM + 0x100, | 257 | .atag_offset = 0x100, |
258 | .init_irq = s5pc100_init_irq, | 258 | .init_irq = s5pc100_init_irq, |
259 | .map_io = smdkc100_map_io, | 259 | .map_io = smdkc100_map_io, |
260 | .init_machine = smdkc100_machine_init, | 260 | .init_machine = smdkc100_machine_init, |
diff --git a/arch/arm/mach-s5pv210/mach-aquila.c b/arch/arm/mach-s5pv210/mach-aquila.c index 509627f25111..5811a96125f0 100644 --- a/arch/arm/mach-s5pv210/mach-aquila.c +++ b/arch/arm/mach-s5pv210/mach-aquila.c | |||
@@ -678,7 +678,7 @@ MACHINE_START(AQUILA, "Aquila") | |||
678 | /* Maintainers: | 678 | /* Maintainers: |
679 | Marek Szyprowski <m.szyprowski@samsung.com> | 679 | Marek Szyprowski <m.szyprowski@samsung.com> |
680 | Kyungmin Park <kyungmin.park@samsung.com> */ | 680 | Kyungmin Park <kyungmin.park@samsung.com> */ |
681 | .boot_params = S5P_PA_SDRAM + 0x100, | 681 | .atag_offset = 0x100, |
682 | .init_irq = s5pv210_init_irq, | 682 | .init_irq = s5pv210_init_irq, |
683 | .map_io = aquila_map_io, | 683 | .map_io = aquila_map_io, |
684 | .init_machine = aquila_machine_init, | 684 | .init_machine = aquila_machine_init, |
diff --git a/arch/arm/mach-s5pv210/mach-goni.c b/arch/arm/mach-s5pv210/mach-goni.c index 85c2d51a0956..061cc7e4f48c 100644 --- a/arch/arm/mach-s5pv210/mach-goni.c +++ b/arch/arm/mach-s5pv210/mach-goni.c | |||
@@ -897,7 +897,7 @@ static void __init goni_machine_init(void) | |||
897 | 897 | ||
898 | MACHINE_START(GONI, "GONI") | 898 | MACHINE_START(GONI, "GONI") |
899 | /* Maintainers: Kyungmin Park <kyungmin.park@samsung.com> */ | 899 | /* Maintainers: Kyungmin Park <kyungmin.park@samsung.com> */ |
900 | .boot_params = S5P_PA_SDRAM + 0x100, | 900 | .atag_offset = 0x100, |
901 | .init_irq = s5pv210_init_irq, | 901 | .init_irq = s5pv210_init_irq, |
902 | .map_io = goni_map_io, | 902 | .map_io = goni_map_io, |
903 | .init_machine = goni_machine_init, | 903 | .init_machine = goni_machine_init, |
diff --git a/arch/arm/mach-s5pv210/mach-smdkc110.c b/arch/arm/mach-s5pv210/mach-smdkc110.c index 6c412c8ceccc..f7266bb0cac8 100644 --- a/arch/arm/mach-s5pv210/mach-smdkc110.c +++ b/arch/arm/mach-s5pv210/mach-smdkc110.c | |||
@@ -136,7 +136,7 @@ static void __init smdkc110_machine_init(void) | |||
136 | 136 | ||
137 | MACHINE_START(SMDKC110, "SMDKC110") | 137 | MACHINE_START(SMDKC110, "SMDKC110") |
138 | /* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */ | 138 | /* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */ |
139 | .boot_params = S5P_PA_SDRAM + 0x100, | 139 | .atag_offset = 0x100, |
140 | .init_irq = s5pv210_init_irq, | 140 | .init_irq = s5pv210_init_irq, |
141 | .map_io = smdkc110_map_io, | 141 | .map_io = smdkc110_map_io, |
142 | .init_machine = smdkc110_machine_init, | 142 | .init_machine = smdkc110_machine_init, |
diff --git a/arch/arm/mach-s5pv210/mach-smdkv210.c b/arch/arm/mach-s5pv210/mach-smdkv210.c index 5e011fc6720d..e73e3b6d41b5 100644 --- a/arch/arm/mach-s5pv210/mach-smdkv210.c +++ b/arch/arm/mach-s5pv210/mach-smdkv210.c | |||
@@ -319,7 +319,7 @@ static void __init smdkv210_machine_init(void) | |||
319 | 319 | ||
320 | MACHINE_START(SMDKV210, "SMDKV210") | 320 | MACHINE_START(SMDKV210, "SMDKV210") |
321 | /* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */ | 321 | /* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */ |
322 | .boot_params = S5P_PA_SDRAM + 0x100, | 322 | .atag_offset = 0x100, |
323 | .init_irq = s5pv210_init_irq, | 323 | .init_irq = s5pv210_init_irq, |
324 | .map_io = smdkv210_map_io, | 324 | .map_io = smdkv210_map_io, |
325 | .init_machine = smdkv210_machine_init, | 325 | .init_machine = smdkv210_machine_init, |
diff --git a/arch/arm/mach-s5pv210/mach-torbreck.c b/arch/arm/mach-s5pv210/mach-torbreck.c index 925fc0dc6252..97cc066c5369 100644 --- a/arch/arm/mach-s5pv210/mach-torbreck.c +++ b/arch/arm/mach-s5pv210/mach-torbreck.c | |||
@@ -125,7 +125,7 @@ static void __init torbreck_machine_init(void) | |||
125 | 125 | ||
126 | MACHINE_START(TORBRECK, "TORBRECK") | 126 | MACHINE_START(TORBRECK, "TORBRECK") |
127 | /* Maintainer: Hyunchul Ko <ghcstop@gmail.com> */ | 127 | /* Maintainer: Hyunchul Ko <ghcstop@gmail.com> */ |
128 | .boot_params = S5P_PA_SDRAM + 0x100, | 128 | .atag_offset = 0x100, |
129 | .init_irq = s5pv210_init_irq, | 129 | .init_irq = s5pv210_init_irq, |
130 | .map_io = torbreck_map_io, | 130 | .map_io = torbreck_map_io, |
131 | .init_machine = torbreck_machine_init, | 131 | .init_machine = torbreck_machine_init, |