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:
Enrico Mioso 2024-07-30 10:44:19 +02:00 committed by Robert Marko
parent f142ce87d9
commit 6bb334c5cf
7 changed files with 8 additions and 8 deletions

View File

@ -148,7 +148,7 @@
partname = "u-boot-env";
nvmem-layout {
compatible = "u-boot,env-layout";
compatible = "u-boot,env";
};
};

View File

@ -164,7 +164,7 @@
block-partition-u-boot-env {
partname = "u-boot-env";
nvmem-layout {
compatible = "u-boot,env-layout";
compatible = "u-boot,env";
};
};
};

View File

@ -32,7 +32,7 @@
partname = "u-boot-env";
nvmem-layout {
compatible = "u-boot,env-layout";
compatible = "u-boot,env";
};
};

View File

@ -325,7 +325,7 @@
partname = "u-boot-env";
nvmem-layout {
compatible = "u-boot,env-layout";
compatible = "u-boot,env";
};
};

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {