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
6d9b7c1e
Commit
6d9b7c1e
authored
Apr 25, 2016
by
Brendan Jackman
Browse files
fip_create: Fix exit status for missing output filename
Change-Id: I0d298eea9eaf47121c87637c7395e5d9868aa272
parent
142ff9b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/fip_create/fip_create.c
View file @
6d9b7c1e
...
...
@@ -811,7 +811,7 @@ int main(int argc, char **argv)
if
(
fip_filename
==
NULL
)
{
printf
(
"ERROR: Missing FIP filename
\n
"
);
print_usage
();
return
0
;
return
EINVAL
;
}
/* 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