about summary refs log tree commit diff
path: root/mkimage.sh.in
diff options
context:
space:
mode:
authorJuan RP <xtraeme@voidlinux.eu>2015-06-12 10:59:23 +0200
committerJuan RP <xtraeme@voidlinux.eu>2015-06-12 10:59:23 +0200
commit391e50f0c255aaf83f4f88d136a406969db5fa46 (patch)
tree0d3b0f6b1a39225878e0ed6054ae8686134ae85d /mkimage.sh.in
parent288406151bbb495a20fba846aea48e1d64ad360a (diff)
downloadhrmpf-391e50f0c255aaf83f4f88d136a406969db5fa46.tar.gz
hrmpf-391e50f0c255aaf83f4f88d136a406969db5fa46.tar.xz
hrmpf-391e50f0c255aaf83f4f88d136a406969db5fa46.zip
mkimage: consistently redirect std{err,out} to /dev/null with dd(1).
Diffstat (limited to 'mkimage.sh.in')
-rw-r--r--mkimage.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkimage.sh.in b/mkimage.sh.in
index c317ded..13e9301 100644
--- a/mkimage.sh.in
+++ b/mkimage.sh.in
@@ -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