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
This commit is contained in:
danh-arm 2015-01-07 13:00:34 +00:00
commit 61c6780474

View File

@ -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);
break;
return status;
} else {
/* Update package */
*do_pack = 1;