[coreboot] r832 - coreboot-v3/lib

svn at coreboot.org svn at coreboot.org
Thu Aug 28 03:21:18 CEST 2008


Author: hailfinger
Date: 2008-08-28 03:21:18 +0200 (Thu, 28 Aug 2008)
New Revision: 832

Modified:
   coreboot-v3/lib/console.c
Log:
Emergency fixup for r828 to at least get it to compile for one target
(DBE62).

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>


Modified: coreboot-v3/lib/console.c
===================================================================
--- coreboot-v3/lib/console.c	2008-08-27 23:15:28 UTC (rev 831)
+++ coreboot-v3/lib/console.c	2008-08-28 01:21:18 UTC (rev 832)
@@ -4,6 +4,7 @@
 #include <uart8250.h>
 #include <stdarg.h>
 #include <string.h>
+#include <globalvars.h>
 
 int vtxprintf(void (*)(unsigned char, void *arg), 
 		void *arg, const char *, va_list);





More information about the coreboot mailing list