Browse Source

brcm63xx: DTS: fix AV4202N flash layout

Fix incorrect offset and size of linux partition.

Fixes: 97b36aca09da ("brcm63xx: add pflash for remaining pflash equipped boards")
Signed-off-by: Paul Wassi <[email protected]>
Signed-off-by: Jonas Gorski <[email protected]>
Paul Wassi 8 years ago
parent
commit
0d4cda8a3b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/brcm63xx/dts/av4202n.dts

+ 1 - 1
target/linux/brcm63xx/dts/av4202n.dts

@@ -80,7 +80,7 @@
 
 	linux@20000 {
 		label = "linux";
-		reg = <0x010000 0xfe0000>;
+		reg = <0x020000 0xfc0000>;
 	};
 
 	nvram@fe0000 {