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:
parent
49dbae051e
commit
0e221d2ce3
|
|
@ -31,6 +31,7 @@ else
|
|||
else
|
||||
true
|
||||
fi
|
||||
setenv rootfsvol rootfs
|
||||
fi
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ else
|
|||
else
|
||||
true
|
||||
fi
|
||||
setenv rootfsvol rootfs
|
||||
fi
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ else
|
|||
# We are booting from the SD card.
|
||||
setenv mmcroot /dev/mmcblk${mmcbootdev}p2
|
||||
fi
|
||||
setenv rootfsvol rootfs
|
||||
fi
|
||||
|
||||
# Back up environment variables
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ else
|
|||
# We are booting from the SD card.
|
||||
setenv mmcroot /dev/mmcblk${mmcbootdev}p2
|
||||
fi
|
||||
setenv rootfsvol rootfs
|
||||
fi
|
||||
|
||||
# Back up environment variables
|
||||
|
|
|
|||
Loading…
Reference in New Issue