Fix boot script issues (#1024) (#1026)

The change "Avoid trying to boot non-existing kernel image in failover
case" introduced a broken boot script on Raspberry Pi (when booting from
partition B) and ODROID-XU4.
This commit is contained in:
Stefan Agner
2020-11-27 13:47:46 +01:00
parent ca30c0c338
commit ea47d13dfd
3 changed files with 3 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ fi
printenv bootargs
echo "Starting kernel"
booti ${kernel_addr_r} - ${fdt_addr_r}
bootz ${kernel_addr_r} - ${fdt_addr_r}
echo "Boot failed, resetting..."
reset