Skip to content

Commit

Permalink
powerpc/44x: Incorrect NOR offset in Warp DTS
Browse files Browse the repository at this point in the history
FPGA offset in NOR flash was converted incorrectly when switching from
64M to 4M flash.

Signed-off-by: Sean MacLennan <smaclennan@pikatech.com>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
  • Loading branch information
Sean MacLennan authored and Josh Boyer committed Aug 5, 2008
1 parent 1d555cf commit 929bada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/boot/dts/warp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
#size-cells = <1>;
partition@300000 {
label = "fpga";
reg = <0x0030000 0x00040000>;
reg = <0x0300000 0x00040000>;
};
partition@340000 {
label = "env";
Expand Down

0 comments on commit 929bada

Please sign in to comment.