From: Rosen Penev Date: Mon, 9 Mar 2026 22:11:17 +0000 (-0700) Subject: treewide: remove unused u-boot,env compatible X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3887ef5d8a787ebe889a5ec84c0824945ffad20c;p=thirdparty%2Fopenwrt.git treewide: remove unused u-boot,env compatible This was used for non nvmem-layout ubootenv support. Since that's gone and it's not even used anyway, remove. Signed-off-by: Rosen Penev Link: https://github.com/openwrt/openwrt/pull/22367 Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/mediatek/dts/mt7986a-tplink-eap683-lr.dts b/target/linux/mediatek/dts/mt7986a-tplink-eap683-lr.dts index 85ed4570ebb..065d71e3f65 100644 --- a/target/linux/mediatek/dts/mt7986a-tplink-eap683-lr.dts +++ b/target/linux/mediatek/dts/mt7986a-tplink-eap683-lr.dts @@ -224,7 +224,6 @@ }; partition@300000 { - compatible = "u-boot,env"; reg = <0x300000 0x100000>; label = "u-boot-env"; }; diff --git a/target/linux/realtek/dts/rtl8393_edgecore_ecs4100-12ph.dts b/target/linux/realtek/dts/rtl8393_edgecore_ecs4100-12ph.dts index 5c65ac91da6..27dea4a01d6 100644 --- a/target/linux/realtek/dts/rtl8393_edgecore_ecs4100-12ph.dts +++ b/target/linux/realtek/dts/rtl8393_edgecore_ecs4100-12ph.dts @@ -209,7 +209,6 @@ read-only; }; partition@100000 { - compatible = "u-boot,env"; label = "u-boot-env"; reg = <0x100000 0x20000>; };