Fix bug with RPi3 SDHCI

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
This commit is contained in:
Pascal Vizeli
2018-06-12 20:53:05 +00:00
parent dd3935a786
commit 73ac253a0f
3 changed files with 411 additions and 3 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