Skip to content

Commit

Permalink
rimage: don't overwrite maximum module instance counts
Browse files Browse the repository at this point in the history
Use maximum instance count from TOML when building a manifest.

Signed-off-by: Guennadi Liakhovetski <[email protected]>
  • Loading branch information
lyakh committed Jul 16, 2024
1 parent ebdab32 commit 9cc1afb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/rimage/src/manifest.c
Original file line number Diff line number Diff line change
Expand Up @@ -464,9 +464,6 @@ static int man_module_create_reloc(struct image *image, struct manifest_module *
/* stack size ??? convert sizes to PAGES */
man_module->instance_bss_size = 1;

/* max number of instances of this module ?? */
man_module->instance_max_count = 1;

module_print_zones(&module->file);

/* main module */
Expand Down

0 comments on commit 9cc1afb

Please sign in to comment.