diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2017-04-19 13:19:15 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-04-28 17:19:37 +0200 |
commit | 8621a135d40c93445684f7b1e9c77d9aee392978 (patch) | |
tree | 0836e7736671506fa07e161774bd2a9d7cc85389 /src/mainboard/tyan | |
parent | 3eff00ec76f91f5dc9ddf39e2e6073f6053c94a1 (diff) |
sb/nvidia/mcp55: Link early_ctrl.c
Change-Id: I3a55c2e8077fdb10768df287f38efcd5e2e64bdf
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/19365
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/tyan')
-rw-r--r-- | src/mainboard/tyan/s2912/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/tyan/s2912_fam10/romstage.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/tyan/s2912/romstage.c b/src/mainboard/tyan/s2912/romstage.c index 9bbd139c51..6888bf6201 100644 --- a/src/mainboard/tyan/s2912/romstage.c +++ b/src/mainboard/tyan/s2912/romstage.c @@ -60,7 +60,6 @@ int spd_read_byte(unsigned device, unsigned address) return smbus_read_byte(device, address); } -#include "southbridge/nvidia/mcp55/early_ctrl.c" #include <northbridge/amd/amdk8/f.h> #include "northbridge/amd/amdk8/incoherent_ht.c" #include "northbridge/amd/amdk8/coherent_ht.c" diff --git a/src/mainboard/tyan/s2912_fam10/romstage.c b/src/mainboard/tyan/s2912_fam10/romstage.c index 054e143f84..4c8c19f665 100644 --- a/src/mainboard/tyan/s2912_fam10/romstage.c +++ b/src/mainboard/tyan/s2912_fam10/romstage.c @@ -42,7 +42,6 @@ #include <arch/early_variables.h> #include <cbmem.h> #include <southbridge/nvidia/mcp55/mcp55.h> -#include "southbridge/nvidia/mcp55/early_ctrl.c" #include "resourcemap.c" #include "cpu/amd/quadcore/quadcore.c" |