Parcourir la source

remove useless condition

Émile Morel il y a 9 ans
Parent
commit
79cd6521d6
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      olinux/create_device.sh

+ 0 - 2
olinux/create_device.sh

@@ -149,9 +149,7 @@ fi
 sync
 
 echo "- Write sunxi-with-spl"
-if [[ `file ${DEB_DIR} | grep 'DOS/MBR'` ]] ; then
   dd if=${UBOOT_FILE} of=${DEVICE} bs=1024 seek=8 >/dev/null 2>&1
-fi	  
 sync
 
 if [ "${DEVICE}" = "img" ] ; then