Commit 3fb12ad2 authored by Alejandro Mery's avatar Alejandro Mery
Browse files

usb-boot: fix small typo


Signed-off-by: default avatarAlejandro Mery <amery@geeks.cl>
parent 68a4f6f2
...@@ -6,7 +6,7 @@ if [ $# -lt 2 ]; then ...@@ -6,7 +6,7 @@ if [ $# -lt 2 ]; then
fi fi
board=$1; shift || (echo "ERROR: Board must be specified"; exit 1;) board=$1; shift || (echo "ERROR: Board must be specified"; exit 1;)
uboot=$1; shift || (echo "ERROR: u-boot.bin 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 if [ ! -f $bootscr ]; then
bootscr=$top/bin/ramboot.scr bootscr=$top/bin/ramboot.scr
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment