mkimage: consistently redirect std{err,out} to /dev/null with dd(1).

This commit is contained in:
Juan RP 2015-06-12 10:59:23 +02:00
parent 288406151b
commit 391e50f0c2
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ odroid-u2)
dd if=${ROOTFSDIR}/boot/E4412_S.tzsw.signed.bin of=${LOOPDEV} seek=2111 >/dev/null 2>&1
;;
usbarmory)
dd if=${ROOTFSDIR}/boot/u-boot.imx of=${LOOPDEV} bs=512 seek=2 conv=fsync
dd if=${ROOTFSDIR}/boot/u-boot.imx of=${LOOPDEV} bs=512 seek=2 conv=fsync >/dev/null 2>&1
;;
esac