mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
ath79: WNDR3700 v1/v2: make u-boot env partition writable
Remove read-only flag from U-boot environment partition for Netgear WNDR3700 v1 and v2 so u-boot-envtools can modify data there. Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
This commit is contained in:
parent
997d89cdf5
commit
6227c8d1bf
@ -18,7 +18,6 @@
|
|||||||
partition@50000 {
|
partition@50000 {
|
||||||
label = "u-boot-env";
|
label = "u-boot-env";
|
||||||
reg = <0x050000 0x020000>;
|
reg = <0x050000 0x020000>;
|
||||||
read-only;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@70000 {
|
partition@70000 {
|
||||||
|
@ -18,7 +18,6 @@
|
|||||||
partition@50000 {
|
partition@50000 {
|
||||||
label = "u-boot-env";
|
label = "u-boot-env";
|
||||||
reg = <0x050000 0x020000>;
|
reg = <0x050000 0x020000>;
|
||||||
read-only;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@70000 {
|
partition@70000 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user