mirror of https://github.com/thesofproject/sof.git
manifest max size for loadable modules
Library manager during loading modules needs manifest max size Signed-off-by: Dobrowolski, PawelX <pawelx.dobrowolski@intel.com>
This commit is contained in:
parent
d94cfc9cc6
commit
d50aefcb63
|
@ -13,6 +13,7 @@
|
|||
#include <rimage/plat_auth.h>
|
||||
|
||||
#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
|
||||
|
|
Loading…
Reference in New Issue