u-boot-dey: ccmp1/cc6ul: ensure 'rootfsvol' value in every case

When Dual Boot is not enabled, 'rootfsvol' variable must point to the
single boot system rootfs partition 'rootfs'.

Explicitly set this value. Otherwise the script relays on the default
rootfsvol value, which may be a Dual Boot partition.

Signed-off-by: Gonzalo Ruiz <Gonzalo.Ruiz@digi.com>
This commit is contained in:
Gonzalo Ruiz 2022-11-09 16:27:08 +01:00
parent 49dbae051e
commit 0e221d2ce3
4 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,7 @@ else
else else
true true
fi fi
setenv rootfsvol rootfs
fi fi

View File

@ -31,6 +31,7 @@ else
else else
true true
fi fi
setenv rootfsvol rootfs
fi fi

View File

@ -35,6 +35,7 @@ else
# We are booting from the SD card. # We are booting from the SD card.
setenv mmcroot /dev/mmcblk${mmcbootdev}p2 setenv mmcroot /dev/mmcblk${mmcbootdev}p2
fi fi
setenv rootfsvol rootfs
fi fi
# Back up environment variables # Back up environment variables

View File

@ -35,6 +35,7 @@ else
# We are booting from the SD card. # We are booting from the SD card.
setenv mmcroot /dev/mmcblk${mmcbootdev}p2 setenv mmcroot /dev/mmcblk${mmcbootdev}p2
fi fi
setenv rootfsvol rootfs
fi fi
# Back up environment variables # Back up environment variables