Hannah Williams has uploaded this change for review. ( https://review.coreboot.org/21529
Change subject: soc/intel/apollolake: Leave Hda enabled for GLK ......................................................................
soc/intel/apollolake: Leave Hda enabled for GLK
Change-Id: I5d3872e86623763e20ee6464897f47792c731642 Signed-off-by: Hannah Williams hannah.williams@intel.com --- M src/soc/intel/apollolake/chip.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/29/21529/1
diff --git a/src/soc/intel/apollolake/chip.c b/src/soc/intel/apollolake/chip.c index 628304c..b92fa1d 100644 --- a/src/soc/intel/apollolake/chip.c +++ b/src/soc/intel/apollolake/chip.c @@ -494,7 +494,6 @@ struct soc_intel_apollolake_config *cfg, FSP_S_CONFIG *silconfig) { silconfig->Gmm = 0; - silconfig->HdaEnable = 0; }
void __attribute__((weak)) mainboard_devtree_update(struct device *dev)