Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270092
b: refs/heads/master
c: b61cafe
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Pitre authored and Nicolas Pitre committed Aug 21, 2011
1 parent 46b6f66 commit d4f77dd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a1985dd97eca33152fff4101e7bd3e0caef2e1b3
refs/heads/master: b61cafee2e0b1c83f99be07d7aef6331b5e9f25d
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-tegra/board-harmony.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ static void __init tegra_harmony_init(void)
}

MACHINE_START(HARMONY, "harmony")
.boot_params = 0x00000100,
.atag_offset = 0x100,
.fixup = tegra_harmony_fixup,
.map_io = tegra_map_common_io,
.init_early = tegra_init_early,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-tegra/board-paz00.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ static void __init tegra_paz00_init(void)
}

MACHINE_START(PAZ00, "Toshiba AC100 / Dynabook AZ")
.boot_params = 0x00000100,
.atag_offset = 0x100,
.fixup = tegra_paz00_fixup,
.map_io = tegra_map_common_io,
.init_early = tegra_init_early,
Expand Down
6 changes: 3 additions & 3 deletions trunk/arch/arm/mach-tegra/board-seaboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ static void __init tegra_wario_init(void)


MACHINE_START(SEABOARD, "seaboard")
.boot_params = 0x00000100,
.atag_offset = 0x100,
.map_io = tegra_map_common_io,
.init_early = tegra_init_early,
.init_irq = tegra_init_irq,
Expand All @@ -210,7 +210,7 @@ MACHINE_START(SEABOARD, "seaboard")
MACHINE_END

MACHINE_START(KAEN, "kaen")
.boot_params = 0x00000100,
.atag_offset = 0x100,
.map_io = tegra_map_common_io,
.init_early = tegra_init_early,
.init_irq = tegra_init_irq,
Expand All @@ -219,7 +219,7 @@ MACHINE_START(KAEN, "kaen")
MACHINE_END

MACHINE_START(WARIO, "wario")
.boot_params = 0x00000100,
.atag_offset = 0x100,
.map_io = tegra_map_common_io,
.init_early = tegra_init_early,
.init_irq = tegra_init_irq,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-tegra/board-trimslice.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ static void __init tegra_trimslice_init(void)
}

MACHINE_START(TRIMSLICE, "trimslice")
.boot_params = 0x00000100,
.atag_offset = 0x100,
.fixup = tegra_trimslice_fixup,
.map_io = tegra_map_common_io,
.init_early = tegra_init_early,
Expand Down

0 comments on commit d4f77dd

Please sign in to comment.