mirror of https://github.com/thesofproject/sof.git
ext_man: cavs: Always include EXT_MAN_CAVS_CONFIG_LPRO element to manifest
This value should be included to output image with proper value instead of including only for some configurations. It will reduce dictionary element counting complexity. Signed-off-by: Karol Trzcinski <karolx.trzcinski@linux.intel.com>
This commit is contained in:
parent
28d06341bc
commit
5c02bbc283
|
@ -16,9 +16,7 @@ const struct ext_man_cavs_config_data ext_man_cavs_config
|
|||
.hdr.elem_size = ALIGN_UP(sizeof(struct ext_man_cavs_config_data),
|
||||
EXT_MAN_ALIGN),
|
||||
.elems = {
|
||||
#if CONFIG_CAVS_LPRO_ONLY
|
||||
{EXT_MAN_CAVS_CONFIG_LPRO, CONFIG_CAVS_LPRO_ONLY},
|
||||
#endif
|
||||
{EXT_MAN_CAVS_CONFIG_LPRO, IS_ENABLED(CONFIG_CAVS_LPRO_ONLY)},
|
||||
{EXT_MAN_CAVS_CONFIG_OUTBOX_SIZE, SRAM_OUTBOX_SIZE},
|
||||
{EXT_MAN_CAVS_CONFIG_INBOX_SIZE, SRAM_INBOX_SIZE},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue