rimage: use hex number

Module type is interpreted as hex number

Signed-off-by: Rander Wang <rander.wang@intel.com>
This commit is contained in:
Rander Wang 2023-02-24 09:15:59 +08:00 committed by Michal Wasko
parent 36c0c90769
commit 5ebbd6530c
2 changed files with 4 additions and 4 deletions

View File

@ -297,7 +297,7 @@ count = 16
domain_types = "0"
load_type = "0"
init_config = "1"
module_type = "12"
module_type = "0xC"
auto_start = "0"
sched_caps = [1, 0x00008000]
@ -412,7 +412,7 @@ count = 16
domain_types = "0"
load_type = "0"
init_config = "1"
module_type = "13"
module_type = "0xD"
auto_start = "0"
sched_caps = [1, 0x00008000]

View File

@ -283,7 +283,7 @@ count = 15
instance_count = "1"
domain_types = "0"
load_type = "0"
module_type = "13"
module_type = "0xD"
init_config = "1"
auto_start = "0"
sched_caps = [1, 0x00008000]
@ -377,7 +377,7 @@ count = 15
instance_count = "8"
domain_types = "0"
load_type = "0"
module_type = "12"
module_type = "0xC"
auto_start = "0"
sched_caps = [1, 0x00008000]