diff options
author | Sean MacLennan <smaclennan@pikatech.com> | 2008-07-30 23:41:11 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2008-08-04 21:42:07 -0400 |
commit | 929badad6296c9682d271c97f39b78cb7007128a (patch) | |
tree | ba0cc4e36226daac13afc453c397dcf666c5915c /arch/powerpc | |
parent | 1d555cf168315ceb5422df9bff348466da2c549d (diff) |
powerpc/44x: Incorrect NOR offset in Warp DTS
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>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/boot/dts/warp.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/warp.dts b/arch/powerpc/boot/dts/warp.dts index 730073671bb5..f4e4ba69eef7 100644 --- a/arch/powerpc/boot/dts/warp.dts +++ b/arch/powerpc/boot/dts/warp.dts | |||
@@ -157,7 +157,7 @@ | |||
157 | #size-cells = <1>; | 157 | #size-cells = <1>; |
158 | partition@300000 { | 158 | partition@300000 { |
159 | label = "fpga"; | 159 | label = "fpga"; |
160 | reg = <0x0030000 0x00040000>; | 160 | reg = <0x0300000 0x00040000>; |
161 | }; | 161 | }; |
162 | partition@340000 { | 162 | partition@340000 { |
163 | label = "env"; | 163 | label = "env"; |