2 platform_check_image
() {
3 [ "$ARGC" -gt 1 ] && return 1
5 case "$(get_magic_word "$1")" in
9 echo "Invalid image type. Please use only u-boot files"
15 # use default for platform_do_upgrade()
This page took 0.054444 seconds and 5 git commands to generate.