blob: c6b5aed271b487ef5f1cbec53cea71ed31a7a4f9 [file] [log] [blame]
#!/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