1
1

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 <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22367
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Rosen Penev 2026-03-09 15:11:17 -07:00 committed by Hauke Mehrtens
parent ed20ace41a
commit 3887ef5d8a
2 changed files with 0 additions and 2 deletions

View File

@ -224,7 +224,6 @@
};
partition@300000 {
compatible = "u-boot,env";
reg = <0x300000 0x100000>;
label = "u-boot-env";
};

View File

@ -209,7 +209,6 @@
read-only;
};
partition@100000 {
compatible = "u-boot,env";
label = "u-boot-env";
reg = <0x100000 0x20000>;
};