ath79: ubnt-xm: make u-boot-env partition read-only

This partition isn't normally modified during boot process. Make it
read-only to prevent accidental overwrite.

Signed-off-by: Lech Perczak <lech.perczak@gmail.com>
This commit is contained in:
Lech Perczak 2020-08-26 23:35:37 +02:00 committed by AmadeusGhost
parent ad4cf3d180
commit 3b46fa502f

View File

@ -43,6 +43,7 @@
partition@40000 {
label = "u-boot-env";
reg = <0x040000 0x010000>;
read-only;
};
partition@50000 {