summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/mendocino/Makefile.inc
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2022-10-13 20:58:47 +0200
committerFelix Held <felix-coreboot@felixheld.de>2022-10-14 20:18:29 +0000
commit65d73cc4573a23b4d98e3156cc1c4d0a1b09cb96 (patch)
treef8567513da4a2532131b94a574b35be89cf42349 /src/soc/amd/mendocino/Makefile.inc
parent5e2f1b1e646da2e2333252f1f798dff419df0309 (diff)
downloadcoreboot-65d73cc4573a23b4d98e3156cc1c4d0a1b09cb96.tar.gz
coreboot-65d73cc4573a23b4d98e3156cc1c4d0a1b09cb96.tar.bz2
coreboot-65d73cc4573a23b4d98e3156cc1c4d0a1b09cb96.zip
soc/amd: factor out common eMMC code
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: If5447f9272183f83bc422520ada93d3cfd96551e Reviewed-on: https://review.coreboot.org/c/coreboot/+/68415 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
Diffstat (limited to 'src/soc/amd/mendocino/Makefile.inc')
-rw-r--r--src/soc/amd/mendocino/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/mendocino/Makefile.inc b/src/soc/amd/mendocino/Makefile.inc
index 2952d18c4e11..9549426694bb 100644
--- a/src/soc/amd/mendocino/Makefile.inc
+++ b/src/soc/amd/mendocino/Makefile.inc
@@ -36,7 +36,6 @@ ramstage-y += agesa_acpi.c
ramstage-y += chip.c
ramstage-y += cpu.c
ramstage-y += data_fabric.c
-ramstage-y += emmc.c
ramstage-y += fch.c
ramstage-y += fsp_s_params.c
ramstage-y += gpio.c