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
61c67804
Commit
61c67804
authored
Jan 07, 2015
by
danh-arm
Browse files
Merge pull request #226 from sandrine-bailleux/sb/tf-issues-279
fip_create: don't succeed if one of the passed files doesn't exist
parents
02b5678c
38410f80
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/fip_create/fip_create.c
View file @
61c67804
...
...
@@ -543,7 +543,7 @@ static int parse_cmdline(int argc, char **argv, struct option *options,
if
(
status
!=
0
)
{
printf
(
"Failed to process %s
\n
"
,
options
[
option_index
].
name
);
b
re
ak
;
re
turn
status
;
}
else
{
/* Update package */
*
do_pack
=
1
;
...
...
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