mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-17 09:02:38 -05:00
mkimxboot: don't forget to pass model if given on command line
Change-Id: I1d20b38ff5b0f337d9a2eef6e2e1d6c170aabce7
This commit is contained in:
parent
622088c940
commit
b772782ce5
1 changed files with 1 additions and 0 deletions
|
|
@ -206,6 +206,7 @@ int main(int argc, char *argv[])
|
|||
opt.output = type;
|
||||
opt.fw_variant = variant;
|
||||
opt.force_version = force_version;
|
||||
opt.model = model;
|
||||
enum imx_error_t err = mkimxboot(infile, bootfile, outfile, opt);
|
||||
printf("Result: %d\n", err);
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue