Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 929badad authored by Sean MacLennan's avatar Sean MacLennan Committed by Josh Boyer
Browse files

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: default avatarSean MacLennan <smaclennan@pikatech.com>
Signed-off-by: default avatarJosh Boyer <jwboyer@linux.vnet.ibm.com>
parent 1d555cf1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -157,7 +157,7 @@
					#size-cells = <1>;
					partition@300000 {
						label = "fpga";
						reg = <0x0030000 0x00040000>;
						reg = <0x0300000 0x00040000>;
					};
					partition@340000 {
						label = "env";