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 <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/8086 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marc.jones@se-eng.com> Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
This commit is contained in:
parent
77757c22b9
commit
ebe3a7aea3
69 changed files with 69 additions and 69 deletions
|
|
@ -28,7 +28,7 @@
|
|||
#include <northbridge/via/cn700/raminit.h>
|
||||
#include <cpu/x86/bist.h>
|
||||
#include "drivers/pc80/udelay_io.c"
|
||||
#include "lib/delay.c"
|
||||
#include <delay.h>
|
||||
#include <lib.h>
|
||||
#include <spd.h>
|
||||
#include "southbridge/via/vt8237r/early_smbus.c"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue