move boards to arch/<architecure>/boards
[barebox-mini2440.git] / arch / m68k / boards / kp_ukd_r1_num / env / bin / init
blob48e2139f7d4a1d093c38e068e904cd0cec28fabf
1 #!/bin/sh
3 PATH=/env/bin
4 export PATH
6 . /env/config
7 addpart /dev/nor0 $mtdparts
9 echo
10 echo -n "Hit any key to stop autoboot: "
11 timeout -a $autoboot_timeout
12 if [ $? != 0 ]; then
13 echo
14 echo "type update_kernel [<imagename>] to update kernel into flash"
15 echo "type udate_root [<imagename>] to update rootfs into flash"
16 echo
17 exit
20 boot