From acd8649b18d8946f06b7c5ee863c43db8a65c8d5 Mon Sep 17 00:00:00 2001 From: Enrico Mioso Date: Tue, 30 May 2017 11:04:06 +0200 Subject: [PATCH] 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 --- target/linux/ramips/dts/R6220.dts | 1 + 1 file changed, 1 insertion(+) 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; }; }; -- 2.30.2