23 Aug
2017
23 Aug
'17
12:35 a.m.
4k is correct size. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com> --- src/include/reef/mailbox.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/reef/mailbox.h b/src/include/reef/mailbox.h index 44366e4..9233587 100644 --- a/src/include/reef/mailbox.h +++ b/src/include/reef/mailbox.h @@ -35,8 +35,8 @@ #include <arch/cache.h> #include <stdint.h> -/* almost 1k should be enough for everyone ..... */ -#define IPC_MAX_MAILBOX_BYTES 0xe80 +/* 4k should be enough for everyone ..... */ +#define IPC_MAX_MAILBOX_BYTES 0x1000 #define mailbox_get_exception_base() \ MAILBOX_EXCEPTION_BASE -- 2.11.0