Author: nbd
Date: 2016-02-22 09:54:32 +0100 (Mon, 22 Feb 2016)
New Revision: 48751

Modified:
   trunk/target/linux/ramips/dts/WSR-1166.dts
Log:
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]>

Modified: trunk/target/linux/ramips/dts/WSR-1166.dts
===================================================================
--- trunk/target/linux/ramips/dts/WSR-1166.dts  2016-02-22 08:54:08 UTC (rev 
48750)
+++ trunk/target/linux/ramips/dts/WSR-1166.dts  2016-02-22 08:54:32 UTC (rev 
48751)
@@ -50,9 +50,9 @@
                                        reg = <0x50000 0xf90000>;
                                };
 
-                               partition@fe00000 {
+                               partition@fe0000 {
                                        label = "board_data";
-                                       reg = <0xfe0000 0x10000>;
+                                       reg = <0xfe0000 0x20000>;
                                };
                        };
                };
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to