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...@gmail.com>
CC: Mathias Kresin <d...@kresin.me>
CC: Hanqing Wong <h...@outlook.com>
---
 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.13.0


_______________________________________________
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev

Reply via email to