From d97e529f1fad6d09a71485367a0491ca8861f129 Mon Sep 17 00:00:00 2001 From: Joe Holden Date: Sat, 30 Aug 2025 21:54:51 +0000 Subject: [PATCH] realtek: RTL838x: make u-boot-env writeable ZyXEL GS1900 As per #19596 - this allows eg, modifying the bootcmd etc. This has been useful when testing on e.g the -48, where `rtk network on` is required for the SFP ports. Signed-off-by: Joe Holden Link: https://github.com/openwrt/openwrt/pull/19913 Signed-off-by: Hauke Mehrtens --- target/linux/realtek/dts/rtl8380_zyxel_gs1900.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/realtek/dts/rtl8380_zyxel_gs1900.dtsi b/target/linux/realtek/dts/rtl8380_zyxel_gs1900.dtsi index 72a4bc2abe..803c9a9074 100644 --- a/target/linux/realtek/dts/rtl8380_zyxel_gs1900.dtsi +++ b/target/linux/realtek/dts/rtl8380_zyxel_gs1900.dtsi @@ -63,7 +63,6 @@ partition@40000 { label = "u-boot-env"; reg = <0x40000 0x10000>; - read-only; }; partition@50000 { label = "u-boot-env2"; -- 2.30.2