Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58867
b: refs/heads/master
c: 9815778
h: refs/heads/master
i:
  58865: 21c8f05
  58863: 1598467
v: v3
  • Loading branch information
Thomas Bogendoerfer authored and Ralf Baechle committed Jul 12, 2007
1 parent 0db50e3 commit 0ddeb10
Show file tree
Hide file tree
Showing 3 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: 0adc327bda829f6f7302ca2abdbe776828db7a97
refs/heads/master: 9815778ae016004c33ce267a00b7d567192ef6e7
8 changes: 4 additions & 4 deletions trunk/arch/mips/sni/a20r.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ static struct platform_device snirm_82596_pdev = {

static struct resource snirm_53c710_rsrc[] = {
{
.start = 0xb9000000,
.end = 0xb90fffff,
.start = 0x19000000,
.end = 0x190fffff,
.flags = IORESOURCE_MEM
},
{
Expand All @@ -106,8 +106,8 @@ static struct platform_device snirm_53c710_pdev = {

static struct resource sc26xx_rsrc[] = {
{
.start = 0xbc070000,
.end = 0xbc0700ff,
.start = 0x1c070000,
.end = 0x1c0700ff,
.flags = IORESOURCE_MEM
},
{
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/mips/sni/rm200.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ static struct platform_device snirm_82596_rm200_pdev = {

static struct resource snirm_53c710_rm200_rsrc[] = {
{
.start = 0xb9000000,
.end = 0xb90fffff,
.start = 0x19000000,
.end = 0x190fffff,
.flags = IORESOURCE_MEM
},
{
Expand Down

0 comments on commit 0ddeb10

Please sign in to comment.