فهرست منبع

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 <[email protected]>
CC: Mathias Kresin <[email protected]>
CC: Hanqing Wong <[email protected]>
Enrico Mioso 8 سال پیش
والد
کامیت
acd8649b18
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      target/linux/ramips/dts/R6220.dts

+ 1 - 0
target/linux/ramips/dts/R6220.dts

@@ -117,6 +117,7 @@
 	partition@4200000 {
 	partition@4200000 {
 		label = "reserved";
 		label = "reserved";
 		reg = <0x4200000 0x3c00000>;
 		reg = <0x4200000 0x3c00000>;
+		read-only;
 	};
 	};
 };
 };