From 59980f7aaf585e65f87730b2f77d55662c362f22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= Date: Tue, 6 Apr 2021 11:43:05 +0200 Subject: realtek: allow writing to "u-boot-env2" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 (cherry picked from commit 11d24ffe961570533a4fc54a7511d30c17290623) --- target/linux/realtek/dts/rtl8382_allnet_all-sg8208m.dts | 1 - 1 file changed, 1 deletion(-) (limited to 'target/linux/realtek/dts/rtl8382_allnet_all-sg8208m.dts') diff --git a/target/linux/realtek/dts/rtl8382_allnet_all-sg8208m.dts b/target/linux/realtek/dts/rtl8382_allnet_all-sg8208m.dts index 681d699e8a..fdcc01fdac 100644 --- a/target/linux/realtek/dts/rtl8382_allnet_all-sg8208m.dts +++ b/target/linux/realtek/dts/rtl8382_allnet_all-sg8208m.dts @@ -79,7 +79,6 @@ partition@90000 { label = "u-boot-env2"; reg = <0x90000 0x10000>; - read-only; }; partition@a0000 { -- cgit v1.2.3