mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
realtek: allow writing to "u-boot-env2"
U-Boot uses the "bootpartition" variable stored in "u-boot-env2" to select the active system partition. Allow updates to enable system switching from OpenWrt. Signed-off-by: Bjørn Mork <bjorn@mork.no>
This commit is contained in:
parent
b7154fabf0
commit
11d24ffe96
@ -61,7 +61,6 @@
|
||||
partition@f0000 {
|
||||
label = "u-boot-env2";
|
||||
reg = <0x00f0000 0x0010000>;
|
||||
read-only;
|
||||
};
|
||||
|
||||
partition@100000 {
|
||||
|
@ -79,7 +79,6 @@
|
||||
partition@50000 {
|
||||
label = "u-boot-env2";
|
||||
reg = <0x50000 0x10000>;
|
||||
read-only;
|
||||
};
|
||||
partition@60000 {
|
||||
label = "jffs";
|
||||
|
@ -79,7 +79,6 @@
|
||||
partition@90000 {
|
||||
label = "u-boot-env2";
|
||||
reg = <0x90000 0x10000>;
|
||||
read-only;
|
||||
};
|
||||
|
||||
partition@a0000 {
|
||||
|
@ -77,7 +77,6 @@
|
||||
partition@c0000 {
|
||||
label = "u-boot-env2";
|
||||
reg = <0x000c0000 0x40000>;
|
||||
read-only;
|
||||
};
|
||||
partition@280000 {
|
||||
label = "firmware";
|
||||
|
@ -61,7 +61,6 @@
|
||||
partition@c0000 {
|
||||
label = "u-boot-env2";
|
||||
reg = <0x000c0000 0x40000>;
|
||||
read-only;
|
||||
};
|
||||
partition@280000 {
|
||||
label = "firmware";
|
||||
|
Loading…
Reference in New Issue
Block a user