]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
treewide: remove unused u-boot,env compatible
authorRosen Penev <rosenp@gmail.com>
Mon, 9 Mar 2026 22:11:17 +0000 (15:11 -0700)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 14 May 2026 21:02:47 +0000 (23:02 +0200)
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 <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22367
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/mediatek/dts/mt7986a-tplink-eap683-lr.dts
target/linux/realtek/dts/rtl8393_edgecore_ecs4100-12ph.dts

index 85ed4570ebbc5cdbc3f17767a9145841e8dc10f3..065d71e3f65296879173c175327d4f80fbb4f9ac 100644 (file)
                        };
 
                        partition@300000 {
-                               compatible = "u-boot,env";
                                reg = <0x300000 0x100000>;
                                label = "u-boot-env";
                        };
index 5c65ac91da64dfeb6714cd148a46273902cda1f4..27dea4a01d62f1f633f565f7b60976fb8b6c183f 100644 (file)
                                read-only;
                        };
                        partition@100000 {
-                               compatible = "u-boot,env";
                                label = "u-boot-env";
                                reg = <0x100000 0x20000>;
                        };