Newer
Older
barebox / board / edb93xx / env / bin / init
@Matthias Kaehlcke Matthias Kaehlcke on 14 Jan 2010 248 bytes Add support for EDB93xx boards
#!/bin/sh

PATH=/env/bin
export PATH

. /env/config

# add partitions to barebox
. /env/bin/set_nor_parts
addpart /dev/nor0 ${nor_parts}

echo
echo -n "Hit any key to stop autoboot: "
timeout -a $autoboot_timeout
if [ $? != 0 ]; then
	exit
fi

boot