diff options
author | Enrico Mioso <mrkiko.rs@gmail.com> | 2017-05-30 11:04:06 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-05-31 08:45:02 +0200 |
commit | acd8649b18d8946f06b7c5ee863c43db8a65c8d5 (patch) | |
tree | e8ed93be710dcc326b54a4338059562b43f3bd1f /target/linux/ramips/dts | |
parent | d189fe62cd506229288bb01ebce08492f27a308d (diff) | |
download | upstream-acd8649b18d8946f06b7c5ee863c43db8a65c8d5.tar.gz upstream-acd8649b18d8946f06b7c5ee863c43db8a65c8d5.tar.bz2 upstream-acd8649b18d8946f06b7c5ee863c43db8a65c8d5.zip |
ramips: let the "reserved" MTD partition be RO for R6220
The "reserved" partition should probably be read-only, just in case. Even
not knowing it's content, other devices have marked it as such, so it
seems a good idea to do so also for this device.
Signed-off-by: Enrico Mioso <mrkiko.rs@gmail.com>
CC: Mathias Kresin <dev@kresin.me>
CC: Hanqing Wong <hquu@outlook.com>
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/R6220.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/R6220.dts b/target/linux/ramips/dts/R6220.dts index 72c6fc7d5a..eb9f3c4a25 100644 --- a/target/linux/ramips/dts/R6220.dts +++ b/target/linux/ramips/dts/R6220.dts @@ -117,6 +117,7 @@ partition@4200000 { label = "reserved"; reg = <0x4200000 0x3c00000>; + read-only; }; }; |