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:
committed by
Robert Marko
parent
648d070c76
commit
fe17cc1bfd
@@ -163,6 +163,7 @@
|
||||
partitions {
|
||||
block-partition-u-boot-env {
|
||||
partname = "u-boot-env";
|
||||
|
||||
nvmem-layout {
|
||||
compatible = "u-boot,env";
|
||||
};
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
partitions {
|
||||
block-partition-env {
|
||||
partname = "ubootenv";
|
||||
|
||||
nvmem-layout {
|
||||
compatible = "u-boot,env";
|
||||
};
|
||||
|
||||
@@ -38,6 +38,7 @@
|
||||
partitions {
|
||||
block-partition-env {
|
||||
partname = "ubootenv";
|
||||
|
||||
nvmem-layout {
|
||||
compatible = "u-boot,env";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user