diff options
author | Andreas Böhler <dev@aboehler.at> | 2022-06-19 19:53:12 +0200 |
---|---|---|
committer | Sander Vanheule <sander@svanheule.net> | 2022-06-22 17:52:30 +0200 |
commit | d9e12c21fa98c90d0cc355e344d90469c5fd42c1 (patch) | |
tree | 9cfd271fa82089ee3432f81ebcdee7ddef91dc4a /target | |
parent | 9c381d3386ab375a4c79812641192faef368d191 (diff) | |
download | upstream-d9e12c21fa98c90d0cc355e344d90469c5fd42c1.tar.gz upstream-d9e12c21fa98c90d0cc355e344d90469c5fd42c1.tar.bz2 upstream-d9e12c21fa98c90d0cc355e344d90469c5fd42c1.zip |
realtek: make "u-boot-env" partition writable for Netgear 3xx series
The Netgear GS3xx devices do not properly initialise the port LEDs during
startup unless the boot command in U-Boot is changed. Making the U-Boot
env partition writable allows this modification to be done from within
OpenWrt by calling "fw_setenv bootcmd rtk network on\; boota".
Signed-off-by: Andreas Böhler <dev@aboehler.at>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/realtek/dts-5.10/rtl8380_netgear_gigabit_3xx.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/realtek/dts-5.10/rtl8380_netgear_gigabit_3xx.dtsi b/target/linux/realtek/dts-5.10/rtl8380_netgear_gigabit_3xx.dtsi index efb146a25a..0ade665c98 100644 --- a/target/linux/realtek/dts-5.10/rtl8380_netgear_gigabit_3xx.dtsi +++ b/target/linux/realtek/dts-5.10/rtl8380_netgear_gigabit_3xx.dtsi @@ -24,7 +24,6 @@ partition@e0000 { label = "u-boot-env"; reg = <0x00e0000 0x0010000>; - read-only; }; partition@f0000 { |