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:
parent
ed20ace41a
commit
3887ef5d8a
@ -224,7 +224,6 @@
|
||||
};
|
||||
|
||||
partition@300000 {
|
||||
compatible = "u-boot,env";
|
||||
reg = <0x300000 0x100000>;
|
||||
label = "u-boot-env";
|
||||
};
|
||||
|
||||
@ -209,7 +209,6 @@
|
||||
read-only;
|
||||
};
|
||||
partition@100000 {
|
||||
compatible = "u-boot,env";
|
||||
label = "u-boot-env";
|
||||
reg = <0x100000 0x20000>;
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user