Skip to content

Commit 9c4bd10

Browse files
singalsulgirdwood
authored andcommitted
Tools: Rimage: Add for micsel init_config=1
With this change the component is passed the required extended base config. It was missing from rimage for TGL and TGL-H platforms. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
1 parent efc75b5 commit 9c4bd10

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tools/rimage/config/tgl-h.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ count = 27
377377
instance_count = "8"
378378
domain_types = "0"
379379
load_type = "0"
380+
init_config = "1"
380381
module_type = "0xC"
381382
auto_start = "0"
382383
sched_caps = [1, 0x00008000]

tools/rimage/config/tgl.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ count = 27
377377
instance_count = "8"
378378
domain_types = "0"
379379
load_type = "0"
380+
init_config = "1"
380381
module_type = "0xC"
381382
auto_start = "0"
382383
sched_caps = [1, 0x00008000]

0 commit comments

Comments
 (0)