Skip to content

Commit 3acf3fa

Browse files
libinyanglgirdwood
authored andcommitted
mtl: enlarge HEAPMEM_SIZE to 0x60000
The heap mem size is not large enough. Enlarge the size to 0x600000. Signed-off-by: Libin Yang <libin.yang@intel.com>
1 parent e841dfc commit 3acf3fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/platform/meteorlake/include/platform/lib

src/platform/meteorlake/include/platform/lib/memory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
/**
5757
* size of HPSRAM system heap
5858
*/
59-
#define HEAPMEM_SIZE 0x40000
59+
#define HEAPMEM_SIZE 0x60000
6060

6161
#endif /* __PLATFORM_LIB_MEMORY_H__ */
6262

0 commit comments

Comments
 (0)