summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/boards/ipe337/env/bin/init
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/boards/ipe337/env/bin/init')
-rw-r--r--arch/blackfin/boards/ipe337/env/bin/init24
1 files changed, 0 insertions, 24 deletions
diff --git a/arch/blackfin/boards/ipe337/env/bin/init b/arch/blackfin/boards/ipe337/env/bin/init
deleted file mode 100644
index e864dc5a42..0000000000
--- a/arch/blackfin/boards/ipe337/env/bin/init
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh
-
-PATH=/env/bin
-export PATH
-
-. /env/config
-addpart /dev/nor0 $mtdparts
-
-echo
-echo -n "Hit any key to stop autoboot: "
-timeout -a $autoboot_timeout
-if [ $? != 0 ]; then
- echo
- echo "Type update_kernel [<imagename>] to update kernel into flash."
- echo "Type update_system [<imagename>] to update rootfs into flash."
- echo "Type update_application [<imagename>] to update applications into flash."
- echo "Type update_persistent [<imagename>] to update persistent into flash."
- echo "Type update_bareboxenv [<imagename>] to update bareboxenv into flash (use with care!)."
- echo "Type reset_ageing to initialize the ageing partittion (use with care!)."
- echo
- exit
-fi
-
-boot