<p>Hannah Williams has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22277">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/intel/apollolake: Fix nhlt blobs path for GLK<br><br>Change-Id: Iabea32654918575c952857145ee6edb165899baf<br>Signed-off-by: Hannah Williams <hannah.williams@intel.com><br>---<br>M src/soc/intel/apollolake/Makefile.inc<br>1 file changed, 4 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/77/22277/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/soc/intel/apollolake/Makefile.inc b/src/soc/intel/apollolake/Makefile.inc<br>index 2848bed..bdddd1a 100644<br>--- a/src/soc/intel/apollolake/Makefile.inc<br>+++ b/src/soc/intel/apollolake/Makefile.inc<br>@@ -131,7 +131,11 @@<br> endif<br> <br> # DSP firmware settings files.<br>+ifeq ($(CONFIG_SOC_INTEL_GLK),y)<br>+NHLT_BLOB_PATH = 3rdparty/blobs/soc/intel/glk/nhlt-blobs<br>+else<br> NHLT_BLOB_PATH = 3rdparty/blobs/soc/intel/apollolake/nhlt-blobs<br>+endif<br> DMIC_1CH_48KHZ_16B = dmic-1ch-48khz-16b.bin<br> DMIC_2CH_48KHZ_16B = dmic-2ch-48khz-16b.bin<br> DMIC_4CH_48KHZ_16B = dmic-4ch-48khz-16b.bin<br></pre><p>To view, visit <a href="https://review.coreboot.org/22277">change 22277</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/22277"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Iabea32654918575c952857145ee6edb165899baf </div>
<div style="display:none"> Gerrit-Change-Number: 22277 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Hannah Williams <hannah.williams@intel.com> </div>