Home | History | Annotate | Download | only in sholes

Lines Matching refs:bootloaderfile

18 #   bootloaderfile
31 if [ "$bootloaderfile" == '' ]; then
35 bootloaderfile=`ls -1 sholes/ | sed -n 's/^\(motoboot_unsecure.[0-9A-Z]*.img\)\n*/\1/ p'`
37 bootloaderfile=`ls -1 sholes/ | sed -n 's/^\(motoboot_secure.[0-9A-Z]*.img\)\n*/\1/ p'`
39 if [ "$bootloaderfile" == '' ]; then
40 log_print "bootloader file empty: $bootloaderfile"
43 if [ ! -e "$ROOT/$product/$bootloaderfile" ]; then
44 log_print "bootloader file not found: ./$product/$bootloaderfile"
47 log_print "using $ROOT/$product/$bootloaderfile as the bootloader image file"
50 flash_partition $BOOTPART $ROOT/$product/$bootloaderfile