Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Sunxi Tools
Commits
3fb12ad2
Commit
3fb12ad2
authored
May 27, 2013
by
Alejandro Mery
Browse files
usb-boot: fix small typo
Signed-off-by:
Alejandro Mery
<
amery@geeks.cl
>
parent
68a4f6f2
Changes
1
Show whitespace changes
Inline
Side-by-side
usb-boot
View file @
3fb12ad2
...
@@ -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
=
$to
b
/felboot/ramboot.scr
bootscr
=
$to
p
/felboot/ramboot.scr
if
[
!
-f
$bootscr
]
;
then
if
[
!
-f
$bootscr
]
;
then
bootscr
=
$top
/bin/ramboot.scr
bootscr
=
$top
/bin/ramboot.scr
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment