Newer
Older
barebox / arch / arm / boards / at91sam9260ek / env / bin / init
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD on 23 Jul 2010 310 bytes move boards to arch/<architecure>/boards
#!/bin/sh

PATH=/env/bin
export PATH

. /env/config

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