From 3887ef5d8a787ebe889a5ec84c0824945ffad20c Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 9 Mar 2026 15:11:17 -0700 Subject: [PATCH] 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 --- target/linux/mediatek/dts/mt7986a-tplink-eap683-lr.dts | 1 - target/linux/realtek/dts/rtl8393_edgecore_ecs4100-12ph.dts | 1 - 2 files changed, 2 deletions(-) diff --git a/target/linux/mediatek/dts/mt7986a-tplink-eap683-lr.dts b/target/linux/mediatek/dts/mt7986a-tplink-eap683-lr.dts index 85ed4570eb..065d71e3f6 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 5c65ac91da..27dea4a01d 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>; };