Commit e2a3f16e authored by Ian Campbell's avatar Ian Campbell Committed by Henrik Nordstrom
Browse files

usb-boot: Trivial typo fix s/fint/find


Signed-off-by: default avatarIan Campbell <ijc@hellion.org.uk>
Signed-off-by: default avatarHenrik Nordstrom <henrik@henriknordstrom.net>
parent 227c7e03
...@@ -67,7 +67,7 @@ if [ `wc -c $felboot | cut '-d ' -f1` -gt 15616 ]; then ...@@ -67,7 +67,7 @@ if [ `wc -c $felboot | cut '-d ' -f1` -gt 15616 ]; then
exit 1 exit 1
fi fi
if [ ! -f $bootscr ]; then if [ ! -f $bootscr ]; then
echo "ERROR: Can't fint boot script '${bootscr}'" echo "ERROR: Can't find boot script '${bootscr}'"
exit 1 exit 1
fi fi
fel write 0x2000 $felboot fel write 0x2000 $felboot
......
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