Diff for /elwix/install2uboot.sh between versions 1.1.2.11 and 1.1.2.12

version 1.1.2.11, 2014/02/05 16:04:17 version 1.1.2.12, 2014/02/10 09:10:25
Line 74  case $1 in Line 74  case $1 in
 #                       if=${REL}/kernel.${UB_COMPRESS}.uImage \  #                       if=${REL}/kernel.${UB_COMPRESS}.uImage \
 #                       of=${REL}/elwix_firmware.bin  #                       of=${REL}/elwix_firmware.bin
                 ;;                  ;;
           vendor)
                   if [ ! -r "${2:-./elwix_cfg.bin}" ]; then
                           echo "elwix_cfg.bin not found!"
                           exit 1
                   fi
   
                   imgupd -ts ${UB_ROOTFS_NAND_SIZE} -f ${REL}/elwix_firmware_${3:-vendor}.bin \
                           ${REL}/rootfs.${UB_COMPRESS_ROOTFS}
                   imgupd -s ${UB_KERNEL_NAND_SIZE} -f ${REL}/elwix_firmware_${3:-vendor}.bin \
                           ${REL}/kernel.${UB_COMPRESS}.uImage
                   imgupd -s ${UB_CFG_NAND_SIZE} -f ${REL}/elwix_firmware_${3:-vendor}.bin \
                           ${2:-./elwix_cfg.bin}
                   ;;
         *)          *)
                 echo "Option $1 not supported at this moment"                  echo "Option $1 not supported at this moment"
                 ;;                  ;;

Removed from v.1.1.2.11  
changed lines
  Added in v.1.1.2.12


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>