summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/tigerlake/Makefile.inc
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@google.com>2020-04-07 14:33:37 -0700
committerDuncan Laurie <dlaurie@chromium.org>2020-04-17 20:00:15 +0000
commit3ed55e5da1ea3ed49a20aa3983fc6ac1bc366fb5 (patch)
treef9711e19d7c3efda6d1a2f805b657d303ada28b8 /src/soc/intel/tigerlake/Makefile.inc
parent1e066117684997ff44af435854b885b6abf52c3f (diff)
downloadcoreboot-3ed55e5da1ea3ed49a20aa3983fc6ac1bc366fb5.tar.gz
coreboot-3ed55e5da1ea3ed49a20aa3983fc6ac1bc366fb5.tar.bz2
coreboot-3ed55e5da1ea3ed49a20aa3983fc6ac1bc366fb5.zip
soc/intel/tigerlake: Remove eMMC/SD support
Tigerlake platform does not have built in eMMC/SD support so all this code is unused and can be removed. Change-Id: I70ff983d175375171d5a649378f32f1062c0876d Signed-off-by: Duncan Laurie <dlaurie@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40372 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Subrata Banik <subrata.banik@intel.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/tigerlake/Makefile.inc')
-rw-r--r--src/soc/intel/tigerlake/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/tigerlake/Makefile.inc b/src/soc/intel/tigerlake/Makefile.inc
index 4aa1f2f4d110..f62bfaf38ce8 100644
--- a/src/soc/intel/tigerlake/Makefile.inc
+++ b/src/soc/intel/tigerlake/Makefile.inc
@@ -43,7 +43,6 @@ ramstage-y += pmc.c
ramstage-y += reset.c
ramstage-y += smmrelocate.c
ramstage-y += systemagent.c
-ramstage-y += sd.c
ramstage-y += me.c
smm-y += gpio.c