mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 02:24:18 +00:00
fip_create: Fix exit status for missing output filename
Change-Id: I0d298eea9eaf47121c87637c7395e5d9868aa272
This commit is contained in:
parent
142ff9b5f5
commit
6d9b7c1efc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue