ath79: u-boot partitions should be read-only in dts

Some of the new ath79 device trees were missing read-only tags on the
u-boot partitions.  This adds the tags where previously missing.

Signed-off-by: Russell Senior <russell@personaltelco.net>
This commit is contained in:
Russell Senior 2018-05-07 13:06:31 +02:00 committed by John Crispin
parent 4edd4cb2b3
commit 4aacd6388a
3 changed files with 3 additions and 0 deletions

View file

@ -76,6 +76,7 @@
partition@0 {
label = "u-boot";
reg = <0x000000 0x040000>;
read-only;
};
partition@1 {

View file

@ -85,6 +85,7 @@
partition@0 {
label = "u-boot";
reg = <0x000000 0x040000>;
read-only;
};
partition@1 {

View file

@ -102,6 +102,7 @@
partition@0 {
label = "u-boot";
reg = <0x000000 0x020000>;
read-only;
};
partition@1 {