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