ramips: fix WSR-1166 partition table
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 22 Feb 2016 08:54:32 +0000 (08:54 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 22 Feb 2016 08:54:32 +0000 (08:54 +0000)
- 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 <lorenzo.bianconi83@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48751 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index d1e3ef9..9743cee 100644 (file)
@@ -50,9 +50,9 @@
                                        reg = <0x50000 0xf90000>;
                                };
 
-                               partition@fe00000 {
+                               partition@fe0000 {
                                        label = "board_data";
-                                       reg = <0xfe0000 0x10000>;
+                                       reg = <0xfe0000 0x20000>;
                                };
                        };
                };