aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/thatcher/Makefile.inc
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2012-11-15 16:24:30 -0800
committerPatrick Georgi <patrick@georgi-clan.de>2012-11-27 22:03:37 +0100
commit8247583058fc1607ccde26be7cdb1a1be4691122 (patch)
tree434b45d90c9be2857e652d2c9c872eaa47e0c4ec /src/mainboard/amd/thatcher/Makefile.inc
parentf33e395213f0516a9256f33ede4c6bba3babb0e9 (diff)
Drop duplicate files that prevent building without ramstage.a
When dropping ramstage.a duplicate symbols in ramstage will start breaking the build. Hence drop all the duplicate functions implemented by mainboards that have those functions in generic or component code already. Change-Id: I5cf8245c67b6f0f348388db54256d28f47017a61 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/1865 Reviewed-by: Patrick Georgi <patrick@georgi-clan.de> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/amd/thatcher/Makefile.inc')
-rw-r--r--src/mainboard/amd/thatcher/Makefile.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/amd/thatcher/Makefile.inc b/src/mainboard/amd/thatcher/Makefile.inc
index e3452430a3..de3163d98a 100644
--- a/src/mainboard/amd/thatcher/Makefile.inc
+++ b/src/mainboard/amd/thatcher/Makefile.inc
@@ -28,6 +28,3 @@ ramstage-y += agesawrapper.c
ramstage-y += dimmSpd.c
ramstage-y += BiosCallOuts.c
ramstage-y += PlatformGnbPcie.c
-
-ramstage-y += reset.c
-ramstage-y += pmio.c