summaryrefslogtreecommitdiffstats
path: root/defaultenv/bin/_update_help
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-02-20 10:18:10 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-02-21 17:06:46 +0100
commit464a531423f61b5d2c5108843e12ab7057a935bb (patch)
tree0f5310ab7854f639958f3ae16eaeebd2ac07aeaa /defaultenv/bin/_update_help
parent068f213bb3203e482334fa2130794c3ff25acb3b (diff)
downloadbarebox-464a531423f61b5d2c5108843e12ab7057a935bb.tar.gz
barebox-464a531423f61b5d2c5108843e12ab7057a935bb.tar.xz
move defaultenv-1 to defaultenv/defaultenv-1
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'defaultenv/bin/_update_help')
-rw-r--r--defaultenv/bin/_update_help15
1 files changed, 0 insertions, 15 deletions
diff --git a/defaultenv/bin/_update_help b/defaultenv/bin/_update_help
deleted file mode 100644
index b41e288ba0..0000000000
--- a/defaultenv/bin/_update_help
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-echo "usage: update -t <kernel|rootfs|barebox|bareboxenv|xload|oftree> -d <nor|nand> [-m tftp|xmodem] [-f imagename] -c"
-echo "update tools."
-echo ""
-echo "options"
-echo " -c to check the crc32 for the image and flashed one"
-echo ""
-echo "default mode is tftp"
-echo "type update -t kernel -d <nor|nand|disk> [-m tftp|xmodem|nfs] [-f imagename] to update kernel into flash"
-echo "type update -t rootfs -d <nor|nand> [-m tftp|xmodem|nfs] [-f imagename] to update rootfs into flash"
-echo "type update -t barebox -d <nor|nand> [-m tftp|xmodem|nfs] [-f imagename] to update barebox into flash"
-echo "type update -t bareboxenv -d <nor|nand> [-m tftp|xmodem|nfs] [-f imagename] to update bareboxenv into flash"
-echo "type update -t xload -d <nor|nand> [-m tftp|xmodem|nfs] [-f imagename] to update xload into flash"
-echo "type update -t oftree -d <nor|nand> [-m tftp|xmodem|nfs] [-f imagename] to update oftree into flash"