Browse Source

ipq806x: WPQ864: fix partition unit-address

This patch fixes what seems to be a simple copy & paste
error with the unit-address of the BOOTCONFIG partition.

Signed-off-by: Christian Lamparter <[email protected]>
Christian Lamparter 6 years ago
parent
commit
54d9ac8ba8

+ 1 - 1
target/linux/ipq806x/files-4.14/arch/arm/boot/dts/qcom-ipq8064-wpq864.dts

@@ -151,7 +151,7 @@
 						reg = <0x1340000 0x4000000>;
 					};
 
-					BOOTCONFIG@1340000 {
+					BOOTCONFIG@5340000 {
 						label = "BOOTCONFIG";
 						reg = <0x5340000 0x0060000>;
 					};