From ebe3a7aea368aad5fe4b2bb625db34d0a542cb64 Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Mon, 5 Jan 2015 00:27:54 +1100 Subject: mainboard/*/romstage.c: Fix 'lib/delay.c' inclusion Use 'delay.h' header rather than directly including 'delay.c' source. N.B. Some amdfam10 and K8 boards are not included in this changeset since unrelated issues are woven in there. Change-Id: Ibc0c0e560d8eedaf5c3150f95ba72fe5dd8d6f3a Signed-off-by: Edward O'Callaghan Reviewed-on: http://review.coreboot.org/8086 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones Reviewed-by: Alexandru Gagniuc --- src/mainboard/tyan/s2875/romstage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/tyan/s2875/romstage.c') diff --git a/src/mainboard/tyan/s2875/romstage.c b/src/mainboard/tyan/s2875/romstage.c index ea2f4eb01b..fa3bcf5254 100644 --- a/src/mainboard/tyan/s2875/romstage.c +++ b/src/mainboard/tyan/s2875/romstage.c @@ -12,7 +12,7 @@ #include "northbridge/amd/amdk8/incoherent_ht.c" #include "southbridge/amd/amd8111/early_smbus.c" #include -#include "lib/delay.c" +#include #include "northbridge/amd/amdk8/reset_test.c" #include "northbridge/amd/amdk8/debug.c" #include -- cgit v1.2.3