Skip to content
Snippets Groups Projects
Commit 6227c8d1 authored by Michal Cieslakiewicz's avatar Michal Cieslakiewicz Committed by Adrian Schmutzler
Browse files

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: default avatarMichal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
parent 997d89cd
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,6 @@
partition@50000 {
label = "u-boot-env";
reg = <0x050000 0x020000>;
read-only;
};
partition@70000 {
......
......@@ -18,7 +18,6 @@
partition@50000 {
label = "u-boot-env";
reg = <0x050000 0x020000>;
read-only;
};
partition@70000 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment