diff options
Diffstat (limited to 'target/linux/ramips/dts/HG255D.dts')
-rw-r--r-- | target/linux/ramips/dts/HG255D.dts | 8 |
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; }; }; |