From 3fb12ad20b15574ac2f2a38f63106950f55ccefc Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Mon, 27 May 2013 19:56:18 +0200 Subject: [PATCH] usb-boot: fix small typo Signed-off-by: Alejandro Mery --- usb-boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usb-boot b/usb-boot index 990091f..ff1ca23 100755 --- a/usb-boot +++ b/usb-boot @@ -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