Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81307
b: refs/heads/master
c: de7566b
h: refs/heads/master
i:
  81305: 70c795b
  81303: f1f5053
v: v3
  • Loading branch information
Scott Wood authored and Kumar Gala committed Jan 24, 2008
1 parent b5aaa98 commit 242440f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 5f44668c88dd056a590696787e7203a2ef8a5c83
refs/heads/master: de7566bff359bbd7f6a4a37b4b5ce93225067786
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/boot/dts/adder875-redboot.dts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
flash@0,0 {
compatible = "cfi-flash";
reg = <0 0 0x800000>;
bank-width = <4>;
bank-width = <2>;
device-width = <2>;
};
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/boot/dts/adder875-uboot.dts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
flash@0,0 {
compatible = "cfi-flash";
reg = <0 0 0x800000>;
bank-width = <4>;
bank-width = <2>;
device-width = <2>;
};
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/8xx/adder875.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ static int __init adder875_probe(void)
return of_flat_dt_is_compatible(root, "analogue-and-micro,adder875");
}

static __initdata struct of_device_id __initdata of_bus_ids[] = {
static __initdata struct of_device_id of_bus_ids[] = {
{ .compatible = "simple-bus", },
{},
};
Expand Down

0 comments on commit 242440f

Please sign in to comment.