[OpenWrt-Devel] [PATCH] ramips: fix WSR-1166 partition table
Lorenzo Bianconi
lorenzo.bianconi83 at gmail.com
Fri Feb 12 10:12:27 EST 2016
- 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 at gmail.com>
---
target/linux/ramips/dts/WSR-1166.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/linux/ramips/dts/WSR-1166.dts b/target/linux/ramips/dts/WSR-1166.dts
index d1e3ef9..9743cee 100644
--- a/target/linux/ramips/dts/WSR-1166.dts
+++ b/target/linux/ramips/dts/WSR-1166.dts
@@ -50,9 +50,9 @@
reg = <0x50000 0xf90000>;
};
- partition at fe00000 {
+ partition at fe0000 {
label = "board_data";
- reg = <0xfe0000 0x10000>;
+ reg = <0xfe0000 0x20000>;
};
};
};
--
2.5.0
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list