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:
Karol Trzcinski 2020-12-15 16:52:50 +01:00 committed by Liam Girdwood
parent 28d06341bc
commit 5c02bbc283
1 changed files with 1 additions and 3 deletions

View File

@ -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},
},