From a65a57a8717927da50eba32b26ef03de28f218a9 Mon Sep 17 00:00:00 2001 From: Adrian Warecki Date: Thu, 23 Jan 2025 11:05:01 +0100 Subject: [PATCH] rimage fix --- tools/rimage/src/include/rimage/sof/user/manifest.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/rimage/src/include/rimage/sof/user/manifest.h b/tools/rimage/src/include/rimage/sof/user/manifest.h index 379a7cb13dd4..c206fe7a5055 100644 --- a/tools/rimage/src/include/rimage/sof/user/manifest.h +++ b/tools/rimage/src/include/rimage/sof/user/manifest.h @@ -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];