Fix OTA SPL update on REl-3 (#579)

This commit is contained in:
Pascal Vizeli 2020-02-10 10:18:30 +01:00 committed by GitHub
parent fc11e52ce1
commit 2c8295aa20

View File

@ -41,7 +41,7 @@ function create_ota_update() {
) > "${rauc_folder}/manifest.raucm"
# SPL
if [ "${BOOT_SYS}" == "spl" ]; then
if [[ "${BOOT_SYS}" =~ (spl|mbr) ]]; then
cp -f "${spl}" "${rauc_folder}/spl.img"
(