Applied. sön 2014-01-26 klockan 01:33 +0100 skrev Michal Suchanek: > >From f60714a19c55b1462a5cb2f18d56dce8d5033ec9 Mon Sep 17 00:00:00 2001 > > When - is specified usb-boot interprets it as kernel so the usage > message is clearly bogus. > > Signed-off-by: Michal Suchanek <[email protected]> > --- > usb-boot | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/usb-boot b/usb-boot > index 548cfdc..77e87ce 100755 > --- a/usb-boot > +++ b/usb-boot > @@ -1,7 +1,7 @@ > #!/bin/sh -e > top=`dirname $0` > if [ $# -lt 2 ]; then > - echo "Usage: $0 u-boot-spl.bin u-boot.bin [boot.scr|-] [kernel > script.bin [initramfs]]" > + echo "Usage: $0 u-boot-spl.bin u-boot.bin [boot.scr] [kernel script.bin > [initramfs]]" > exit 1 > fi > board=$1; shift || (echo "ERROR: u-boot-spl.bin must be specified"; exit 1;) > -- > 1.7.10.4 > >
-- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
