mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
mediatek: fix u-boot env layout NVMEM definitions
s/u-boot,env-layout/u-boot,env/g Signed-off-by: Enrico Mioso <mrkiko.rs@gmail.com>
This commit is contained in:
parent
f142ce87d9
commit
6bb334c5cf
@ -148,7 +148,7 @@
|
||||
partname = "u-boot-env";
|
||||
|
||||
nvmem-layout {
|
||||
compatible = "u-boot,env-layout";
|
||||
compatible = "u-boot,env";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -164,7 +164,7 @@
|
||||
block-partition-u-boot-env {
|
||||
partname = "u-boot-env";
|
||||
nvmem-layout {
|
||||
compatible = "u-boot,env-layout";
|
||||
compatible = "u-boot,env";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -32,7 +32,7 @@
|
||||
partname = "u-boot-env";
|
||||
|
||||
nvmem-layout {
|
||||
compatible = "u-boot,env-layout";
|
||||
compatible = "u-boot,env";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -325,7 +325,7 @@
|
||||
partname = "u-boot-env";
|
||||
|
||||
nvmem-layout {
|
||||
compatible = "u-boot,env-layout";
|
||||
compatible = "u-boot,env";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
||||
block-partition-env {
|
||||
partname = "ubootenv";
|
||||
nvmem-layout {
|
||||
compatible = "u-boot,env-layout";
|
||||
compatible = "u-boot,env";
|
||||
};
|
||||
};
|
||||
emmc_rootfs: block-partition-production {
|
||||
|
@ -39,7 +39,7 @@
|
||||
block-partition-env {
|
||||
partname = "ubootenv";
|
||||
nvmem-layout {
|
||||
compatible = "u-boot,env-layout";
|
||||
compatible = "u-boot,env";
|
||||
};
|
||||
};
|
||||
sd_rootfs: block-partition-production {
|
||||
|
@ -25,7 +25,7 @@
|
||||
+ block-partition-env {
|
||||
+ partname = "ubootenv";
|
||||
+ nvmem-layout {
|
||||
+ compatible = "u-boot,env-layout";
|
||||
+ compatible = "u-boot,env";
|
||||
+ };
|
||||
+ };
|
||||
+ emmc_rootfs: block-partition-production {
|
||||
@ -52,7 +52,7 @@
|
||||
+ block-partition-env {
|
||||
+ partname = "ubootenv";
|
||||
+ nvmem-layout {
|
||||
+ compatible = "u-boot,env-layout";
|
||||
+ compatible = "u-boot,env";
|
||||
+ };
|
||||
+ };
|
||||
+ sd_rootfs: block-partition-production {
|
||||
|
Loading…
Reference in New Issue
Block a user