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:
parent
4edd4cb2b3
commit
4aacd6388a
3 changed files with 3 additions and 0 deletions
|
@ -76,6 +76,7 @@
|
||||||
partition@0 {
|
partition@0 {
|
||||||
label = "u-boot";
|
label = "u-boot";
|
||||||
reg = <0x000000 0x040000>;
|
reg = <0x000000 0x040000>;
|
||||||
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@1 {
|
partition@1 {
|
||||||
|
|
|
@ -85,6 +85,7 @@
|
||||||
partition@0 {
|
partition@0 {
|
||||||
label = "u-boot";
|
label = "u-boot";
|
||||||
reg = <0x000000 0x040000>;
|
reg = <0x000000 0x040000>;
|
||||||
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@1 {
|
partition@1 {
|
||||||
|
|
|
@ -102,6 +102,7 @@
|
||||||
partition@0 {
|
partition@0 {
|
||||||
label = "u-boot";
|
label = "u-boot";
|
||||||
reg = <0x000000 0x020000>;
|
reg = <0x000000 0x020000>;
|
||||||
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@1 {
|
partition@1 {
|
||||||
|
|
Loading…
Reference in a new issue