summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/HG255D.dts
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-07-25 16:01:58 +0000
committerJohn Crispin <john@openwrt.org>2013-07-25 16:01:58 +0000
commit9b2c7be0c46bccff40488137ecdbfc7ae4793bc1 (patch)
tree2ccdaa3b15fdb3ef8b585370608f815cd110beac /target/linux/ramips/dts/HG255D.dts
parentbbf2b18933d8ba14120736266763bf101d93a86e (diff)
downloadmaster-31e0f0ae-9b2c7be0c46bccff40488137ecdbfc7ae4793bc1.tar.gz
master-31e0f0ae-9b2c7be0c46bccff40488137ecdbfc7ae4793bc1.tar.bz2
master-31e0f0ae-9b2c7be0c46bccff40488137ecdbfc7ae4793bc1.zip
ramips: important patch for HG255D
r37505 add support for Huawei HG255D, but it only tested under a community hacked u-boot ("lintel u-boot"), which has a different mtd layout compared to origin one. If you install it on a box with origin u-boot, the origin factory part will be destroyed, and your wifi interface will never up!!! This patch shrink firmware part in mtd layout to exclude origin factory part, and I will prepare another patch to fix the eeprom extract issue for box with origin u-boot. Signed-off-by: Leon Xu <ylxu72@gmail.com> SVN-Revision: 37530
Diffstat (limited to 'target/linux/ramips/dts/HG255D.dts')
-rw-r--r--target/linux/ramips/dts/HG255D.dts8
1 files changed, 7 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/HG255D.dts b/target/linux/ramips/dts/HG255D.dts
index 695969038d..7ecb4f36df 100644
--- a/target/linux/ramips/dts/HG255D.dts
+++ b/target/linux/ramips/dts/HG255D.dts
@@ -47,7 +47,13 @@
partition@80000 {
label = "firmware";
- reg = <0x80000 0xf80000>;
+ reg = <0x80000 0xf60000>;
+ };
+
+ partition@fa0000 {
+ label = "factory-orig";
+ reg = <0xfa0000 0x20000>;
+ read-only;
};
};