Skip to content

Commit 9b55f48

Browse files
lyakhlgirdwood
authored andcommitted
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 42e5c21 commit 9b55f48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)