mirror of
https://github.com/CTCaer/switch-l4t-atf.git
synced 2024-12-04 08:53:37 +00:00
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:
commit
61c6780474
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user