apm821xx: fix volume/volname

linux,ubi expects the volname variable, not volume.

This will fix NVMEM-on-UBI.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16580
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
Rosen Penev 2024-10-05 12:05:41 -07:00 committed by Robert Marko
parent 0dfb7529b7
commit 8b42827b4c
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@
volumes {
ubi-volume-board-config {
volume = "board-config";
volname = "board-config";
nvmem-layout {
compatible = "fixed-layout";

View File

@ -77,7 +77,7 @@
volumes {
ubi-volume-board-config {
volume = "board-config";
volname = "board-config";
nvmem-layout {
compatible = "fixed-layout";