summaryrefslogtreecommitdiffstats
path: root/arch/m68k/boards/kp_ukd_r1_num/env/bin/init
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/boards/kp_ukd_r1_num/env/bin/init')
-rw-r--r--arch/m68k/boards/kp_ukd_r1_num/env/bin/init20
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/m68k/boards/kp_ukd_r1_num/env/bin/init b/arch/m68k/boards/kp_ukd_r1_num/env/bin/init
deleted file mode 100644
index 48e2139f7d..0000000000
--- a/arch/m68k/boards/kp_ukd_r1_num/env/bin/init
+++ /dev/null
@@ -1,20 +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 udate_root [<imagename>] to update rootfs into flash"
- echo
- exit
-fi
-
-boot \ No newline at end of file