We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f888ba2 commit a65a57aCopy full SHA for a65a57a
1 file changed
tools/rimage/src/include/rimage/sof/user/manifest.h
@@ -99,7 +99,6 @@ struct sof_man_uuid {
99
struct sof_man_module {
100
uint8_t struct_id[SOF_MAN_MOD_ID_LEN]; /* SOF_MAN_MOD_ID */
101
uint8_t name[SOF_MAN_MOD_NAME_LEN];
102
- //uint8_t uuid[16];
103
struct sof_man_uuid uuid;
104
struct sof_man_module_type type;
105
uint8_t hash[SOF_MAN_MOD_SHA256_LEN];
0 commit comments