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@gmx.net Acked-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@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);