Fix boot script issue on Tinker Board (S) (#1043) (#1044)

This commit is contained in:
Stefan Agner
2020-12-02 13:44:28 +01:00
committed by GitHub
parent b4c9f2fce2
commit c9c5f1b3e9

View File

@@ -53,6 +53,7 @@ for BOOT_SLOT in "${BOOT_ORDER}"; do
setenv bootargs "${bootargs_hassos} ${bootargs_b} rauc.slot=B ${cmdline}"
fi
fi
fi
done
if test -n "${bootargs}"; then