mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
lantiq: write protect vgv7519 u-boot and u-boot-env partitions
Signed-off-by: Eddi De Pieri <eddi@depieri.net>
This commit is contained in:
parent
9720185820
commit
d596c21ebd
1 changed files with 2 additions and 0 deletions
|
|
@ -11,10 +11,12 @@
|
|||
partition@0 {
|
||||
label = "uboot";
|
||||
reg = <0x00000 0x40000>;
|
||||
read-only;
|
||||
};
|
||||
partition@60000 {
|
||||
label = "uboot_env";
|
||||
reg = <0x60000 0x10000>;
|
||||
read-only;
|
||||
};
|
||||
partition@80000 {
|
||||
label = "firmware";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue