Skip to content

Commit

Permalink
mediatek: fix u-boot env layout NVMEM definitions
Browse files Browse the repository at this point in the history
s/u-boot,env-layout/u-boot,env/g

Signed-off-by: Enrico Mioso <[email protected]>
  • Loading branch information
mrkiko authored and robimarko committed Aug 1, 2024
1 parent f142ce8 commit 6bb334c
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
partname = "u-boot-env";

nvmem-layout {
compatible = "u-boot,env-layout";
compatible = "u-boot,env";
};
};

Expand Down
2 changes: 1 addition & 1 deletion target/linux/mediatek/dts/mt7981b-glinet-gl-mt2500.dts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
block-partition-u-boot-env {
partname = "u-boot-env";
nvmem-layout {
compatible = "u-boot,env-layout";
compatible = "u-boot,env";
};
};
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
partname = "u-boot-env";

nvmem-layout {
compatible = "u-boot,env-layout";
compatible = "u-boot,env";
};
};

Expand Down
2 changes: 1 addition & 1 deletion target/linux/mediatek/dts/mt7986a-glinet-gl-mt6000.dts
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
partname = "u-boot-env";

nvmem-layout {
compatible = "u-boot,env-layout";
compatible = "u-boot,env";
};
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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 {
Expand Down

0 comments on commit 6bb334c

Please sign in to comment.