Home | History | Annotate | Download | only in stingray

Lines Matching refs:product

15 #   product
27 if [ $product != "stingray" ]; then
32 log_print "getting bootloader file for $product"
33 bootloaderfile=`ls -1 $product/ | sed -n 's/^\(motoboot.[0-9A-Z]*.img\)\n*/\1/ p'`
38 if [ ! -e "$ROOT/$product/$bootloaderfile" ]; then
39 log_print "bootloader file not found: ./$product/$bootloaderfile"
42 log_print "using $ROOT/$product/$bootloaderfile as the bootloader image file"
45 flash_partition $BOOTPART $ROOT/$product/$bootloaderfile
53 # product
71 # product