Sathyanarayana Nujella (sathyanarayana.nujella@intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17157
-gerrit
commit b3d59bb2a358347462679279e6f09540dc71ea08 Author: Sathyanarayana Nujella sathyanarayana.nujella@intel.com Date: Wed Oct 26 17:38:49 2016 -0700
Increase HEAP_SIZE
When DMIC-4ch is enabled, out of memory error is happening. Increase HEAP_SIZE to avoid this error
BUG=chrome-os-partner:56918 BRANCH=none
Change-Id: Ic910f169f7ef4bb746cb273e276428713a884227 Signed-off-by: Sathyanarayana Nujella sathyanarayana.nujella@intel.com --- src/mainboard/google/reef/Kconfig | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/src/mainboard/google/reef/Kconfig b/src/mainboard/google/reef/Kconfig index 6045f47..33c9a6b 100644 --- a/src/mainboard/google/reef/Kconfig +++ b/src/mainboard/google/reef/Kconfig @@ -87,6 +87,10 @@ config UART_FOR_CONSOLE int default 2
+config HEAP_SIZE + hex + default 0x8000 + config INCLUDE_NHLT_BLOBS bool "Include blobs for audio." select NHLT_DMIC_2CH_16B