Skip to content

Commit

Permalink
rimage: raise maximum number of modules
Browse files Browse the repository at this point in the history
Of course, 32 modules must be enough forever, until it isn't. With
waves we've hit the limit. Let's raise it to 48, because that
certainly will be enough forever.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
  • Loading branch information
lyakh committed Jan 14, 2025
1 parent d16d8c4 commit 90c0f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rimage/src/include/rimage/cavs/cavs_ext_manifest.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#define EXTENDED_MANIFEST_VERSION_MAJOR 0x0001
#define EXTENDED_MANIFEST_VERSION_MINOR 0x0000

#define FW_MAX_EXT_MODULE_NUM 32
#define FW_MAX_EXT_MODULE_NUM 48

struct uuid_t {
uint32_t d0;
Expand Down

0 comments on commit 90c0f83

Please sign in to comment.