kernel: dts: remove "read-only" property in BL part

This commit is contained in:
hanwckf
2021-06-13 19:09:46 +08:00
parent 6204724bad
commit 8ef0263c53
4 changed files with 0 additions and 4 deletions

View File

@ -75,7 +75,6 @@
partition@0 {
label = "Bootloader";
reg = <0x00000 0x80000>; /* 512k */
read-only;
};
partition@80000 {

View File

@ -65,7 +65,6 @@
partition@0 {
label = "Bootloader";
reg = <0x0 0x80000>; /* 512k */
read-only;
};
partition@80000 {

View File

@ -94,7 +94,6 @@
partition@0 {
label = "Bootloader";
reg = <0x00000 0x40000>; /* 256k */
read-only;
};
partition@40000 {

View File

@ -72,7 +72,6 @@
partition@0 {
label = "Bootloader";
reg = <0x0 0x100000>; /* 1m */
read-only;
};
partition@100000 {