Hannah Williams has uploaded this change for review.

View Change

soc/intel/apollolake: Fix nhlt blobs path for GLK

Change-Id: Iabea32654918575c952857145ee6edb165899baf
Signed-off-by: Hannah Williams <hannah.williams@intel.com>
---
M src/soc/intel/apollolake/Makefile.inc
1 file changed, 4 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/77/22277/1
diff --git a/src/soc/intel/apollolake/Makefile.inc b/src/soc/intel/apollolake/Makefile.inc
index 2848bed..bdddd1a 100644
--- a/src/soc/intel/apollolake/Makefile.inc
+++ b/src/soc/intel/apollolake/Makefile.inc
@@ -131,7 +131,11 @@
endif

# DSP firmware settings files.
+ifeq ($(CONFIG_SOC_INTEL_GLK),y)
+NHLT_BLOB_PATH = 3rdparty/blobs/soc/intel/glk/nhlt-blobs
+else
NHLT_BLOB_PATH = 3rdparty/blobs/soc/intel/apollolake/nhlt-blobs
+endif
DMIC_1CH_48KHZ_16B = dmic-1ch-48khz-16b.bin
DMIC_2CH_48KHZ_16B = dmic-2ch-48khz-16b.bin
DMIC_4CH_48KHZ_16B = dmic-4ch-48khz-16b.bin

To view, visit change 22277. To unsubscribe, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iabea32654918575c952857145ee6edb165899baf
Gerrit-Change-Number: 22277
Gerrit-PatchSet: 1
Gerrit-Owner: Hannah Williams <hannah.williams@intel.com>