Skip to content

Commit

Permalink
rimage fix
Browse files Browse the repository at this point in the history
  • Loading branch information
softwarecki committed Jan 23, 2025
1 parent f888ba2 commit a65a57a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/rimage/src/include/rimage/sof/user/manifest.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ struct sof_man_uuid {
struct sof_man_module {
uint8_t struct_id[SOF_MAN_MOD_ID_LEN]; /* SOF_MAN_MOD_ID */
uint8_t name[SOF_MAN_MOD_NAME_LEN];
//uint8_t uuid[16];
struct sof_man_uuid uuid;
struct sof_man_module_type type;
uint8_t hash[SOF_MAN_MOD_SHA256_LEN];
Expand Down

0 comments on commit a65a57a

Please sign in to comment.