summaryrefslogtreecommitdiff
path: root/src/soc/amd/stoneyridge/Makefile.inc
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2017-10-20 13:20:25 -0600
committerAaron Durbin <adurbin@chromium.org>2018-02-16 22:46:48 +0000
commit178e65d2276886a240822638a2f904388416531f (patch)
tree80272103c82905dc88a768bdc574f00cda3d3889 /src/soc/amd/stoneyridge/Makefile.inc
parentbb90fb55d0bd09ad2865ed791641f1fcf778f0eb (diff)
downloadcoreboot-178e65d2276886a240822638a2f904388416531f.tar.xz
amd/stoneyridge: Move model_15_init.c to cpu.c
Move the remaining model_15_init.c functionality to cpu.c, making it similar to other soc implementations. Change-Id: Ic8c62b09209fcdaa50ff8ffc7773ef155f979a1b Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-on: https://review.coreboot.org/23724 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marc Jones <marc@marcjonesconsulting.com>
Diffstat (limited to 'src/soc/amd/stoneyridge/Makefile.inc')
-rw-r--r--src/soc/amd/stoneyridge/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/stoneyridge/Makefile.inc b/src/soc/amd/stoneyridge/Makefile.inc
index 59405de47d..aae30eae3f 100644
--- a/src/soc/amd/stoneyridge/Makefile.inc
+++ b/src/soc/amd/stoneyridge/Makefile.inc
@@ -92,7 +92,6 @@ ramstage-y += southbridge.c
ramstage-y += sb_util.c
ramstage-$(CONFIG_STONEYRIDGE_IMC_FWM) += imc.c
ramstage-y += lpc.c
-ramstage-y += model_15_init.c
ramstage-y += northbridge.c
ramstage-y += pmutil.c
ramstage-y += reset.c