From aeba92ab5b0afd1464d6b1a275b5f5b00b351b32 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 17 Apr 2009 08:37:18 +0000 Subject: Add VIA CX700 support, plus VIA vt8454c reference board support. Signed-off-by: Stefan Reinauer Acked-by: Uwe Hermann Acked-by: Ronald G. Minnich git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4126 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/pc80/udelay_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pc80') diff --git a/src/pc80/udelay_io.c b/src/pc80/udelay_io.c index a67b5a1986..7a5320e370 100644 --- a/src/pc80/udelay_io.c +++ b/src/pc80/udelay_io.c @@ -1,6 +1,6 @@ #include -void udelay(int usecs) +void udelay(unsigned usecs) { int i; for(i = 0; i < usecs; i++) -- cgit v1.2.3