Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270090
b: refs/heads/master
c: dfd48fb
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Pitre authored and Nicolas Pitre committed Aug 21, 2011
1 parent 3b55511 commit 18a129c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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: 8322cd4bf189ccdbb0e0bff0c0c9bb6755d5038e
refs/heads/master: dfd48fbbb4f4cca955d35004f433e321833a73bb
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-spear3xx/spear300_evb.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ static void __init spear300_evb_init(void)
}

MACHINE_START(SPEAR300, "ST-SPEAR300-EVB")
.boot_params = 0x00000100,
.atag_offset = 0x100,
.map_io = spear3xx_map_io,
.init_irq = spear3xx_init_irq,
.timer = &spear3xx_timer,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-spear3xx/spear310_evb.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ static void __init spear310_evb_init(void)
}

MACHINE_START(SPEAR310, "ST-SPEAR310-EVB")
.boot_params = 0x00000100,
.atag_offset = 0x100,
.map_io = spear3xx_map_io,
.init_irq = spear3xx_init_irq,
.timer = &spear3xx_timer,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-spear3xx/spear320_evb.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ static void __init spear320_evb_init(void)
}

MACHINE_START(SPEAR320, "ST-SPEAR320-EVB")
.boot_params = 0x00000100,
.atag_offset = 0x100,
.map_io = spear3xx_map_io,
.init_irq = spear3xx_init_irq,
.timer = &spear3xx_timer,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-spear6xx/spear600_evb.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ static void __init spear600_evb_init(void)
}

MACHINE_START(SPEAR600, "ST-SPEAR600-EVB")
.boot_params = 0x00000100,
.atag_offset = 0x100,
.map_io = spear6xx_map_io,
.init_irq = spear6xx_init_irq,
.timer = &spear6xx_timer,
Expand Down

0 comments on commit 18a129c

Please sign in to comment.