Browse Source

ramips: fix WSR-1166 partition table

- Fix typo in board_data partition start address
- Increase board_data partition size in order to exploit all flash size

Signed-off-by: Lorenzo Bianconi <[email protected]>

SVN-Revision: 48751
Felix Fietkau 10 years ago
parent
commit
0ec9253b9d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      target/linux/ramips/dts/WSR-1166.dts

+ 2 - 2
target/linux/ramips/dts/WSR-1166.dts

@@ -50,9 +50,9 @@
 					reg = <0x50000 0xf90000>;
 				};
 
-				partition@fe00000 {
+				partition@fe0000 {
 					label = "board_data";
-					reg = <0xfe0000 0x10000>;
+					reg = <0xfe0000 0x20000>;
 				};
 			};
 		};