aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/apollolake/Makefile.inc
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2017-11-07 17:50:48 +0530
committerAaron Durbin <adurbin@chromium.org>2017-11-11 18:20:12 +0000
commit15129b4db44fd63b1fe7076d7825c1f8bd00588d (patch)
treeb47f6abc75bc3d18dda5a3973144c8fc77888d08 /src/soc/intel/apollolake/Makefile.inc
parentc0ec28642fea41b799d0d5e931ff896beebd325b (diff)
soc/intel/apollolake: Make use of Intel SPI common block
TEST=Build and boot reef Change-Id: I1bb22ef1737b9e35892294ec0d66df39c546d72e Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/22364 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/apollolake/Makefile.inc')
-rw-r--r--src/soc/intel/apollolake/Makefile.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/soc/intel/apollolake/Makefile.inc b/src/soc/intel/apollolake/Makefile.inc
index c295e36e5e..14932dde84 100644
--- a/src/soc/intel/apollolake/Makefile.inc
+++ b/src/soc/intel/apollolake/Makefile.inc
@@ -57,13 +57,12 @@ ramstage-y += memmap.c
ramstage-y += mmap_boot.c
ramstage-y += uart.c
ramstage-y += nhlt.c
-ramstage-y += systemagent.c
ramstage-y += spi.c
+ramstage-y += systemagent.c
ramstage-y += pmutil.c
ramstage-y += pmc.c
ramstage-y += reset.c
ramstage-y += sram.c
-ramstage-y += spi.c
ramstage-y += xdci.c
ramstage-y += sd.c