ramips: fix WSR-1166 partition table
authorFelix Fietkau <nbd@openwrt.org>
Mon, 22 Feb 2016 08:54:32 +0000 (08:54 +0000)
committerFelix Fietkau <nbd@openwrt.org>
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>
SVN-Revision: 48751

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

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