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
6b42b22b
Commit
6b42b22b
authored
May 16, 2013
by
Henrik Nordstrom
Browse files
usb-boot: Correct a spelling error that prevented script.bin from being loaded
parent
1d8769b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
usb-boot
View file @
6b42b22b
...
@@ -26,7 +26,7 @@ if [ -n "$uboot" ]; then
...
@@ -26,7 +26,7 @@ if [ -n "$uboot" ]; then
fel write 0x4a000000
$uboot
fel write 0x4a000000
$uboot
fi
fi
if
[
-n
"
$kernel
"
]
;
then
if
[
-n
"
$kernel
"
]
;
then
if
[
-n
"
$sciptbin
"
]
;
then
if
[
-n
"
$sc
r
iptbin
"
]
;
then
fel write 0x43000000
$scriptbin
fel write 0x43000000
$scriptbin
fi
fi
fel write 0x44000000
$kernel
fel write 0x44000000
$kernel
...
...
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