Skip to content

Commit

Permalink
installer/u-boot-arch/install-arch: update_uboot_env support arm64
Browse files Browse the repository at this point in the history
Signed-off-by: Ed Swarthout <[email protected]>
Signed-off-by: Curt Brune <[email protected]>
  • Loading branch information
Ed Swarthout authored and Curt Brune committed Jul 10, 2018
1 parent aa5036c commit 5f61989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/u-boot-arch/install-arch
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ update_uboot_env()
powerpc)
ver=$(dd if=u-boot.bin bs=1 skip=4 count=256 2>/dev/null | awk -F\x00 '{ print $1; exit }')
;;
arm)
arm|arm64)
ver=$(awk -F\x00 '{print $1}' u-boot.bin | grep U-Boot | head -n 1)
;;
*)
Expand Down

0 comments on commit 5f61989

Please sign in to comment.