aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/board-seaboard.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2011-10-31 18:58:06 -0400
committerArnd Bergmann <arnd@arndb.de>2011-10-31 19:11:41 -0400
commita7fadac10ffbfd16cc7ccf951eab1ecf85e1abdf (patch)
tree64a1035b02cb8aae34b96fc7c1c7caaad337ac07 /arch/arm/mach-tegra/board-seaboard.c
parent335332770c68649ffeaf5dc2b58d9cd40041e295 (diff)
parent531a6a941745e1e045dd2a6bd09e1dc01247a5f3 (diff)
Merge branch 'depends/rmk/devel-stable' into next/board
The exynos4 updates conflict with code from the arm devel-stable branch and new boards need to set atag_offset in place of boot_param. Conflicts: arch/arm/Kconfig arch/arm/mach-exynos4/include/mach/entry-macro.S arch/arm/mach-exynos4/mach-smdkc210.c arch/arm/mach-exynos4/mach-smdkv310.c arch/arm/mach-exynos4/mct.c Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-tegra/board-seaboard.c')
-rw-r--r--arch/arm/mach-tegra/board-seaboard.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-tegra/board-seaboard.c b/arch/arm/mach-tegra/board-seaboard.c
index 25446df00006..bf13ea355efc 100644
--- a/arch/arm/mach-tegra/board-seaboard.c
+++ b/arch/arm/mach-tegra/board-seaboard.c
@@ -280,7 +280,7 @@ static void __init tegra_wario_init(void)
280 280
281 281
282MACHINE_START(SEABOARD, "seaboard") 282MACHINE_START(SEABOARD, "seaboard")
283 .boot_params = 0x00000100, 283 .atag_offset = 0x100,
284 .map_io = tegra_map_common_io, 284 .map_io = tegra_map_common_io,
285 .init_early = tegra_init_early, 285 .init_early = tegra_init_early,
286 .init_irq = tegra_init_irq, 286 .init_irq = tegra_init_irq,
@@ -289,7 +289,7 @@ MACHINE_START(SEABOARD, "seaboard")
289MACHINE_END 289MACHINE_END
290 290
291MACHINE_START(KAEN, "kaen") 291MACHINE_START(KAEN, "kaen")
292 .boot_params = 0x00000100, 292 .atag_offset = 0x100,
293 .map_io = tegra_map_common_io, 293 .map_io = tegra_map_common_io,
294 .init_early = tegra_init_early, 294 .init_early = tegra_init_early,
295 .init_irq = tegra_init_irq, 295 .init_irq = tegra_init_irq,
@@ -298,7 +298,7 @@ MACHINE_START(KAEN, "kaen")
298MACHINE_END 298MACHINE_END
299 299
300MACHINE_START(WARIO, "wario") 300MACHINE_START(WARIO, "wario")
301 .boot_params = 0x00000100, 301 .atag_offset = 0x100,
302 .map_io = tegra_map_common_io, 302 .map_io = tegra_map_common_io,
303 .init_early = tegra_init_early, 303 .init_early = tegra_init_early,
304 .init_irq = tegra_init_irq, 304 .init_irq = tegra_init_irq,