Skip to content

Commit 6a5cbde

Browse files
committed
rimage: raise maximum number of modules
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>
1 parent 886e5a9 commit 6a5cbde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/rimage/src/include/rimage/cavs/cavs_ext_manifest.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#define EXTENDED_MANIFEST_VERSION_MAJOR 0x0001
2828
#define EXTENDED_MANIFEST_VERSION_MINOR 0x0000
2929

30-
#define FW_MAX_EXT_MODULE_NUM 32
30+
#define FW_MAX_EXT_MODULE_NUM 48
3131

3232
struct uuid_t {
3333
uint32_t d0;

0 commit comments

Comments
 (0)