From: Enrico Mioso Date: Tue, 30 May 2017 09:04:06 +0000 (+0200) Subject: ramips: let the "reserved" MTD partition be RO for R6220 X-Git-Tag: v18.06.0-rc1~2805 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=acd8649b18d8946f06b7c5ee863c43db8a65c8d5;p=openwrt%2Fopenwrt.git 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 CC: Mathias Kresin CC: Hanqing Wong --- 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; }; };