aboutsummaryrefslogtreecommitdiff
path: root/flash_eraseall
diff options
context:
space:
mode:
Diffstat (limited to 'flash_eraseall')
-rwxr-xr-xflash_eraseall4
1 files changed, 0 insertions, 4 deletions
diff --git a/flash_eraseall b/flash_eraseall
deleted file mode 100755
index c5539b3..0000000
--- a/flash_eraseall
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-echo "${0##*/} has been replaced by \`flash_erase <mtddev> 0 0\`; please use it" 1>&2
-[ $# -ne 0 ] && set -- "$@" 0 0
-exec flash_erase "$@"