summaryrefslogtreecommitdiffstats
path: root/board/pcm038/env/bin/update_root
diff options
context:
space:
mode:
Diffstat (limited to 'board/pcm038/env/bin/update_root')
-rw-r--r--board/pcm038/env/bin/update_root16
1 files changed, 0 insertions, 16 deletions
diff --git a/board/pcm038/env/bin/update_root b/board/pcm038/env/bin/update_root
deleted file mode 100644
index eaf36ebcea..0000000000
--- a/board/pcm038/env/bin/update_root
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-. /env/config
-
-image=$uimage
-if [ x$1 = xnand ]; then
- part=/dev/nand0.root.bb
-elif [ x$1 = xnor ]; then
- part=/dev/nor0.root
-else
- echo "usage: $0 nor|nand [imagename]"
- exit 1
-fi
-
-. /env/bin/_update $2
-