Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270071
b: refs/heads/master
c: f631dd4
h: refs/heads/master
i:
  270069: a5af693
  270067: f253318
  270063: c25d296
v: v3
  • Loading branch information
Nicolas Pitre authored and Nicolas Pitre committed Aug 21, 2011
1 parent d9ff307 commit c41b9c8
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 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: bdec5ddd80fe6e599d6c7c68c0c83bf8b49daaa7
refs/heads/master: f631dd411e478b781878d9e5d932b9ae8efa9076
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-msm/board-halibut.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ static void __init halibut_map_io(void)
}

MACHINE_START(HALIBUT, "Halibut Board (QCT SURF7200A)")
.boot_params = 0x10000100,
.atag_offset = 0x100,
.fixup = halibut_fixup,
.map_io = halibut_map_io,
.init_irq = halibut_init_irq,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-msm/board-mahimahi.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ static void __init mahimahi_map_io(void)
extern struct sys_timer msm_timer;

MACHINE_START(MAHIMAHI, "mahimahi")
.boot_params = 0x20000100,
.atag_offset = 0x100,
.fixup = mahimahi_fixup,
.map_io = mahimahi_map_io,
.init_irq = msm_init_irq,
Expand Down
8 changes: 4 additions & 4 deletions trunk/arch/arm/mach-msm/board-msm7x27.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,31 +130,31 @@ static void __init msm7x2x_map_io(void)
}

MACHINE_START(MSM7X27_SURF, "QCT MSM7x27 SURF")
.boot_params = PLAT_PHYS_OFFSET + 0x100,
.atag_offset = 0x100,
.map_io = msm7x2x_map_io,
.init_irq = msm7x2x_init_irq,
.init_machine = msm7x2x_init,
.timer = &msm_timer,
MACHINE_END

MACHINE_START(MSM7X27_FFA, "QCT MSM7x27 FFA")
.boot_params = PLAT_PHYS_OFFSET + 0x100,
.atag_offset = 0x100,
.map_io = msm7x2x_map_io,
.init_irq = msm7x2x_init_irq,
.init_machine = msm7x2x_init,
.timer = &msm_timer,
MACHINE_END

MACHINE_START(MSM7X25_SURF, "QCT MSM7x25 SURF")
.boot_params = PLAT_PHYS_OFFSET + 0x100,
.atag_offset = 0x100,
.map_io = msm7x2x_map_io,
.init_irq = msm7x2x_init_irq,
.init_machine = msm7x2x_init,
.timer = &msm_timer,
MACHINE_END

MACHINE_START(MSM7X25_FFA, "QCT MSM7x25 FFA")
.boot_params = PLAT_PHYS_OFFSET + 0x100,
.atag_offset = 0x100,
.map_io = msm7x2x_map_io,
.init_irq = msm7x2x_init_irq,
.init_machine = msm7x2x_init,
Expand Down
6 changes: 3 additions & 3 deletions trunk/arch/arm/mach-msm/board-msm7x30.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,23 +106,23 @@ static void __init msm7x30_map_io(void)
}

MACHINE_START(MSM7X30_SURF, "QCT MSM7X30 SURF")
.boot_params = PLAT_PHYS_OFFSET + 0x100,
.atag_offset = 0x100,
.map_io = msm7x30_map_io,
.init_irq = msm7x30_init_irq,
.init_machine = msm7x30_init,
.timer = &msm_timer,
MACHINE_END

MACHINE_START(MSM7X30_FFA, "QCT MSM7X30 FFA")
.boot_params = PLAT_PHYS_OFFSET + 0x100,
.atag_offset = 0x100,
.map_io = msm7x30_map_io,
.init_irq = msm7x30_init_irq,
.init_machine = msm7x30_init,
.timer = &msm_timer,
MACHINE_END

MACHINE_START(MSM7X30_FLUID, "QCT MSM7X30 FLUID")
.boot_params = PLAT_PHYS_OFFSET + 0x100,
.atag_offset = 0x100,
.map_io = msm7x30_map_io,
.init_irq = msm7x30_init_irq,
.init_machine = msm7x30_init,
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-msm/board-qsd8x50.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,15 +193,15 @@ static void __init qsd8x50_init(void)
}

MACHINE_START(QSD8X50_SURF, "QCT QSD8X50 SURF")
.boot_params = PLAT_PHYS_OFFSET + 0x100,
.atag_offset = 0x100,
.map_io = qsd8x50_map_io,
.init_irq = qsd8x50_init_irq,
.init_machine = qsd8x50_init,
.timer = &msm_timer,
MACHINE_END

MACHINE_START(QSD8X50A_ST1_5, "QCT QSD8X50A ST1.5")
.boot_params = PLAT_PHYS_OFFSET + 0x100,
.atag_offset = 0x100,
.map_io = qsd8x50_map_io,
.init_irq = qsd8x50_init_irq,
.init_machine = qsd8x50_init,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-msm/board-sapphire.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ static void __init sapphire_map_io(void)

MACHINE_START(SAPPHIRE, "sapphire")
/* Maintainer: Brian Swetland <swetland@google.com> */
.boot_params = PLAT_PHYS_OFFSET + 0x100,
.atag_offset = 0x100,
.fixup = sapphire_fixup,
.map_io = sapphire_map_io,
.init_irq = sapphire_init_irq,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-msm/board-trout.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ static void __init trout_map_io(void)
}

MACHINE_START(TROUT, "HTC Dream")
.boot_params = 0x10000100,
.atag_offset = 0x100,
.fixup = trout_fixup,
.map_io = trout_map_io,
.init_irq = trout_init_irq,
Expand Down

0 comments on commit c41b9c8

Please sign in to comment.