From 82d9a31d9edb89077b137f7a92776e5103bb0ec8 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 21 Jan 2016 12:46:10 +0100 Subject: lib: compile mdelay for romstage Mimicking change I7037308d2, always compile mdelay for romstage. The boards that #included delay.c in the romstage now rely on the linker instead, which is a desirable cleanup. Change-Id: I7e5169ec94e5417536e967194e8eab67381e7c98 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/13115 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/mainboard/supermicro/h8dmr_fam10/romstage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/supermicro/h8dmr_fam10/romstage.c') diff --git a/src/mainboard/supermicro/h8dmr_fam10/romstage.c b/src/mainboard/supermicro/h8dmr_fam10/romstage.c index bf5093f417..7be3209ecb 100644 --- a/src/mainboard/supermicro/h8dmr_fam10/romstage.c +++ b/src/mainboard/supermicro/h8dmr_fam10/romstage.c @@ -33,7 +33,7 @@ #include "southbridge/nvidia/mcp55/early_smbus.c" // for enable the FAN #include #include -#include "lib/delay.c" +#include #include #include "northbridge/amd/amdfam10/reset_test.c" #include -- cgit v1.2.3