diff --git a/src/include/rimage/manifest.h b/src/include/rimage/manifest.h index 15c79b732..c1f820c5a 100644 --- a/src/include/rimage/manifest.h +++ b/src/include/rimage/manifest.h @@ -71,7 +71,6 @@ struct manifest_module { }; #define MAN_PAGE_SIZE 4096 -#define MAN_MAX_SIZE_V1_8 (38 * 1024) /* start offset for modules built using xcc */ #define DEFAULT_XCC_MOD_OFFSET 0x8 diff --git a/src/include/rimage/sof/user/manifest.h b/src/include/rimage/sof/user/manifest.h index e49a76f76..d270ce98b 100644 --- a/src/include/rimage/sof/user/manifest.h +++ b/src/include/rimage/sof/user/manifest.h @@ -30,6 +30,9 @@ #define SOF_MAN_MOD_INIT_CONFIG_BASE_CFG 0 /* Base config only */ #define SOF_MAN_MOD_INIT_CONFIG_BASE_CFG_WITH_EXT 1 /* Base config with extension */ +#define MAN_MAX_SIZE_V1_8 (38 * 1024) + + struct sof_man_module_type { uint32_t load_type:4; /* SOF_MAN_MOD_TYPE_ */ uint32_t auto_start:1;