From daa8d7e32d9247fe2185fb32c1994b0af01981c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20B=C3=B6hler?= Date: Sun, 19 Jun 2022 19:53:12 +0200 Subject: realtek: make "u-boot-env" partition writable for Netgear 3xx series MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 (cherry picked from commit d9e12c21fa98c90d0cc355e344d90469c5fd42c1) --- target/linux/realtek/dts-5.10/rtl8380_netgear_gigabit_3xx.dtsi | 1 - 1 file changed, 1 deletion(-) (limited to 'target/linux/realtek/dts-5.10') 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 { -- cgit v1.2.3