linux: replace u-boot,env with nvmem,layout

The former is deprecated in favor of nvmem-layout. In preparation for
eventual removal from the kernel, do so here.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16097
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
Rosen Penev
2024-10-05 15:06:13 -07:00
committed by Robert Marko
parent 648d070c76
commit fe17cc1bfd
24 changed files with 127 additions and 52 deletions

View File

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

View File

@@ -40,6 +40,7 @@
partitions {
block-partition-env {
partname = "ubootenv";
nvmem-layout {
compatible = "u-boot,env";
};

View File

@@ -38,6 +38,7 @@
partitions {
block-partition-env {
partname = "ubootenv";
nvmem-layout {
compatible = "u-boot,env";
};