From 749c05e0fd0aff1ba9d85138ec472f8b14457375 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 1 Aug 2008 11:38:23 +0000 Subject: fix warning in vga console code (trivial) Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3447 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/console/vga_console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/console/vga_console.c b/src/console/vga_console.c index a93e2a34f7..120828a849 100644 --- a/src/console/vga_console.c +++ b/src/console/vga_console.c @@ -36,7 +36,7 @@ static void vga_init(void) // these are globals vga_line = 0; vga_col = 0; - vidmem = (unsigned char *) VIDBUFFER; + vidmem = (char *) VIDBUFFER; // mainboard or chip specific init routines // also loads font -- cgit v1.2.3