Commit 6b42b22b authored by Henrik Nordstrom's avatar Henrik Nordstrom
Browse files

usb-boot: Correct a spelling error that prevented script.bin from being loaded

parent 1d8769b4
...@@ -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 "$scriptbin" ]; then
fel write 0x43000000 $scriptbin fel write 0x43000000 $scriptbin
fi fi
fel write 0x44000000 $kernel fel write 0x44000000 $kernel
......
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