Browse Source

remove useless condition

Émile Morel 9 years ago
parent
commit
79cd6521d6
1 changed files with 0 additions and 2 deletions
  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