Fix pi problem

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
This commit is contained in:
Pascal Vizeli
2018-06-12 18:03:03 +00:00
parent f1461081f5
commit dd3935a786
5 changed files with 2 additions and 42 deletions

View File

@@ -36,12 +36,12 @@ for BOOT_SLOT in "${BOOT_ORDER}"; do
done
if test -n "${bootargs}"; then
saveenv
#saveenv
else
echo "No valid slot found, resetting tries to 3"
setenv BOOT_A_LEFT 3
setenv BOOT_B_LEFT 3
saveenv
#saveenv
reset
fi