mediatek: fix wrong compatible string
The u-boot,env driver does not have layout in compatible. Signed-off-by: Rosen Penev <rosenp@gmail.com> Link: https://github.com/openwrt/openwrt/pull/16616 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
8660d95860
commit
3da8e385e0
@ -38,14 +38,14 @@
|
|||||||
ubi-volume-ubootenv {
|
ubi-volume-ubootenv {
|
||||||
volname = "ubootenv";
|
volname = "ubootenv";
|
||||||
nvmem-layout {
|
nvmem-layout {
|
||||||
compatible = "u-boot,env-redundant-bool-layout";
|
compatible = "u-boot,env-redundant-bool";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ubi-volume-ubootenv2 {
|
ubi-volume-ubootenv2 {
|
||||||
volname = "ubootenv2";
|
volname = "ubootenv2";
|
||||||
nvmem-layout {
|
nvmem-layout {
|
||||||
compatible = "u-boot,env-redundant-bool-layout";
|
compatible = "u-boot,env-redundant-bool";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -349,14 +349,14 @@
|
|||||||
ubi-volume-ubootenv {
|
ubi-volume-ubootenv {
|
||||||
volname = "ubootenv";
|
volname = "ubootenv";
|
||||||
nvmem-layout {
|
nvmem-layout {
|
||||||
compatible = "u-boot,env-redundant-bool-layout";
|
compatible = "u-boot,env-redundant-bool";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ubi-volume-ubootenv2 {
|
ubi-volume-ubootenv2 {
|
||||||
volname = "ubootenv2";
|
volname = "ubootenv2";
|
||||||
nvmem-layout {
|
nvmem-layout {
|
||||||
compatible = "u-boot,env-redundant-bool-layout";
|
compatible = "u-boot,env-redundant-bool";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -44,14 +44,14 @@
|
|||||||
ubi-volume-ubootenv {
|
ubi-volume-ubootenv {
|
||||||
volname = "ubootenv";
|
volname = "ubootenv";
|
||||||
nvmem-layout {
|
nvmem-layout {
|
||||||
compatible = "u-boot,env-redundant-bool-layout";
|
compatible = "u-boot,env-redundant-bool";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ubi-volume-ubootenv2 {
|
ubi-volume-ubootenv2 {
|
||||||
volname = "ubootenv2";
|
volname = "ubootenv2";
|
||||||
nvmem-layout {
|
nvmem-layout {
|
||||||
compatible = "u-boot,env-redundant-bool-layout";
|
compatible = "u-boot,env-redundant-bool";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -85,14 +85,14 @@
|
|||||||
+ ubi-volume-ubootenv {
|
+ ubi-volume-ubootenv {
|
||||||
+ volname = "ubootenv";
|
+ volname = "ubootenv";
|
||||||
+ nvmem-layout {
|
+ nvmem-layout {
|
||||||
+ compatible = "u-boot,env-redundant-bool-layout";
|
+ compatible = "u-boot,env-redundant-bool";
|
||||||
+ };
|
+ };
|
||||||
+ };
|
+ };
|
||||||
+
|
+
|
||||||
+ ubi-volume-ubootenv2 {
|
+ ubi-volume-ubootenv2 {
|
||||||
+ volname = "ubootenv2";
|
+ volname = "ubootenv2";
|
||||||
+ nvmem-layout {
|
+ nvmem-layout {
|
||||||
+ compatible = "u-boot,env-redundant-bool-layout";
|
+ compatible = "u-boot,env-redundant-bool";
|
||||||
+ };
|
+ };
|
||||||
+ };
|
+ };
|
||||||
+
|
+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user