aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/apollolake/Makefile.inc
diff options
context:
space:
mode:
authorLijian Zhao <lijian.zhao@intel.com>2017-10-30 14:27:52 -0700
committerMartin Roth <martinroth@google.com>2017-11-04 00:27:24 +0000
commit44e2abf38ff6da6504f29f69904869cf38724ba7 (patch)
treeab36336cf014bb50c4fb4837ee3b4e4f974a2f99 /src/soc/intel/apollolake/Makefile.inc
parent7b6a8cec9b87e048894b926a6a2b082bcdae05ce (diff)
soc/intel/apollolake: Move to common dsp driver
Move dsp driver implementation to common dsp driver. TEST=Boot up and check dsp driver loaded or not in OS. Change-Id: Ia2be1c9f18e0e110600bd56a0b6cb8d40ca5e01f Signed-off-by: Lijian Zhao <lijian.zhao@intel.com> Reviewed-on: https://review.coreboot.org/22234 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/apollolake/Makefile.inc')
-rw-r--r--src/soc/intel/apollolake/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/apollolake/Makefile.inc b/src/soc/intel/apollolake/Makefile.inc
index 2848beddbe..de270006cd 100644
--- a/src/soc/intel/apollolake/Makefile.inc
+++ b/src/soc/intel/apollolake/Makefile.inc
@@ -48,7 +48,6 @@ ramstage-y += cpu.c
ramstage-y += chip.c
ramstage-y += cse.c
ramstage-y += elog.c
-ramstage-y += dsp.c
ramstage-y += graphics.c
ramstage-y += heci.c
ramstage-y += i2c.c