Commit b61cafee authored by Nicolas Pitre's avatar Nicolas Pitre Committed by Nicolas Pitre

ARM: mach-tegra: convert boot_params to atag_offset

Signed-off-by: default avatarNicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
parent a1985dd9
...@@ -179,7 +179,7 @@ static void __init tegra_harmony_init(void) ...@@ -179,7 +179,7 @@ static void __init tegra_harmony_init(void)
} }
MACHINE_START(HARMONY, "harmony") MACHINE_START(HARMONY, "harmony")
.boot_params = 0x00000100, .atag_offset = 0x100,
.fixup = tegra_harmony_fixup, .fixup = tegra_harmony_fixup,
.map_io = tegra_map_common_io, .map_io = tegra_map_common_io,
.init_early = tegra_init_early, .init_early = tegra_init_early,
......
...@@ -127,7 +127,7 @@ static void __init tegra_paz00_init(void) ...@@ -127,7 +127,7 @@ static void __init tegra_paz00_init(void)
} }
MACHINE_START(PAZ00, "Toshiba AC100 / Dynabook AZ") MACHINE_START(PAZ00, "Toshiba AC100 / Dynabook AZ")
.boot_params = 0x00000100, .atag_offset = 0x100,
.fixup = tegra_paz00_fixup, .fixup = tegra_paz00_fixup,
.map_io = tegra_map_common_io, .map_io = tegra_map_common_io,
.init_early = tegra_init_early, .init_early = tegra_init_early,
......
...@@ -201,7 +201,7 @@ static void __init tegra_wario_init(void) ...@@ -201,7 +201,7 @@ static void __init tegra_wario_init(void)
MACHINE_START(SEABOARD, "seaboard") MACHINE_START(SEABOARD, "seaboard")
.boot_params = 0x00000100, .atag_offset = 0x100,
.map_io = tegra_map_common_io, .map_io = tegra_map_common_io,
.init_early = tegra_init_early, .init_early = tegra_init_early,
.init_irq = tegra_init_irq, .init_irq = tegra_init_irq,
...@@ -210,7 +210,7 @@ MACHINE_START(SEABOARD, "seaboard") ...@@ -210,7 +210,7 @@ MACHINE_START(SEABOARD, "seaboard")
MACHINE_END MACHINE_END
MACHINE_START(KAEN, "kaen") MACHINE_START(KAEN, "kaen")
.boot_params = 0x00000100, .atag_offset = 0x100,
.map_io = tegra_map_common_io, .map_io = tegra_map_common_io,
.init_early = tegra_init_early, .init_early = tegra_init_early,
.init_irq = tegra_init_irq, .init_irq = tegra_init_irq,
...@@ -219,7 +219,7 @@ MACHINE_START(KAEN, "kaen") ...@@ -219,7 +219,7 @@ MACHINE_START(KAEN, "kaen")
MACHINE_END MACHINE_END
MACHINE_START(WARIO, "wario") MACHINE_START(WARIO, "wario")
.boot_params = 0x00000100, .atag_offset = 0x100,
.map_io = tegra_map_common_io, .map_io = tegra_map_common_io,
.init_early = tegra_init_early, .init_early = tegra_init_early,
.init_irq = tegra_init_irq, .init_irq = tegra_init_irq,
......
...@@ -171,7 +171,7 @@ static void __init tegra_trimslice_init(void) ...@@ -171,7 +171,7 @@ static void __init tegra_trimslice_init(void)
} }
MACHINE_START(TRIMSLICE, "trimslice") MACHINE_START(TRIMSLICE, "trimslice")
.boot_params = 0x00000100, .atag_offset = 0x100,
.fixup = tegra_trimslice_fixup, .fixup = tegra_trimslice_fixup,
.map_io = tegra_map_common_io, .map_io = tegra_map_common_io,
.init_early = tegra_init_early, .init_early = tegra_init_early,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment