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/asus/kfsn4-dre/romstage.c | 2 +- src/mainboard/asus/kgpe-d16/romstage.c | 2 +- src/mainboard/asus/m2n-e/romstage.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mainboard/asus') diff --git a/src/mainboard/asus/kfsn4-dre/romstage.c b/src/mainboard/asus/kfsn4-dre/romstage.c index e7ad0b1b65..05ba1f9d00 100644 --- a/src/mainboard/asus/kfsn4-dre/romstage.c +++ b/src/mainboard/asus/kfsn4-dre/romstage.c @@ -38,7 +38,7 @@ unsigned int get_sbdn(unsigned bus); #include "southbridge/nvidia/ck804/early_smbus.h" #include #include -#include "lib/delay.c" +#include #include #include "northbridge/amd/amdfam10/reset_test.c" #include diff --git a/src/mainboard/asus/kgpe-d16/romstage.c b/src/mainboard/asus/kgpe-d16/romstage.c index 09de4b59c9..c29ac5ff4f 100644 --- a/src/mainboard/asus/kgpe-d16/romstage.c +++ b/src/mainboard/asus/kgpe-d16/romstage.c @@ -32,7 +32,7 @@ #include #include #include -#include "lib/delay.c" +#include #include #include "northbridge/amd/amdfam10/reset_test.c" #include diff --git a/src/mainboard/asus/m2n-e/romstage.c b/src/mainboard/asus/m2n-e/romstage.c index e2e17a2205..f9e5d46055 100644 --- a/src/mainboard/asus/m2n-e/romstage.c +++ b/src/mainboard/asus/m2n-e/romstage.c @@ -28,7 +28,7 @@ #include #include "southbridge/nvidia/mcp55/early_smbus.c" #include -#include "lib/delay.c" +#include #include #include #include -- cgit v1.2.3