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
Arm Trusted Firmware
Commits
846f2962
Commit
846f2962
authored
Apr 27, 2016
by
danh-arm
Browse files
Merge pull request #610 from bjackman/bj/fip-create-exit-code
fip_create: Fix exit status for missing output filename (2)
parents
3992c359
6d9b7c1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/fip_create/fip_create.c
View file @
846f2962
...
@@ -811,7 +811,7 @@ int main(int argc, char **argv)
...
@@ -811,7 +811,7 @@ int main(int argc, char **argv)
if
(
fip_filename
==
NULL
)
{
if
(
fip_filename
==
NULL
)
{
printf
(
"ERROR: Missing FIP filename
\n
"
);
printf
(
"ERROR: Missing FIP filename
\n
"
);
print_usage
();
print_usage
();
return
0
;
return
EINVAL
;
}
}
/* Unpack images from FIP always takes precedence over packaging. In
/* Unpack images from FIP always takes precedence over packaging. In
...
...
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