In the transition to nvmem-layout and subsequent disabling of non layout
u-boot-env, this device was left out.
Transition to nvmem-layout to fix the mac address.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22263
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
#size-cells = <1>;
cfg1@2a0000 {
- compatible = "u-boot,env-redundant-bool";
label = "CFG1";
reg = <0x2a0000 0x0010000>;
- ethaddr: ethaddr {
- #nvmem-cell-cells = <1>;
+ nvmem-layout {
+ compatible = "u-boot,env-redundant-bool";
+
+ ethaddr: ethaddr {
+ #nvmem-cell-cells = <1>;
+ };
};
};