usb-boot: fix small typo

Signed-off-by: Alejandro Mery <amery@geeks.cl>
This commit is contained in:
Alejandro Mery 2013-05-27 19:56:18 +02:00
parent 68a4f6f231
commit 3fb12ad20b

View File

@ -6,7 +6,7 @@ if [ $# -lt 2 ]; then
fi
board=$1; shift || (echo "ERROR: Board must be specified"; exit 1;)
uboot=$1; shift || (echo "ERROR: u-boot.bin must be specified"; exit 1;)
bootscr=$tob/felboot/ramboot.scr
bootscr=$top/felboot/ramboot.scr
if [ ! -f $bootscr ]; then
bootscr=$top/bin/ramboot.scr
fi