fix warning in vga console code (trivial)

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3447 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2008-08-01 11:38:23 +00:00 committed by Stefan Reinauer
parent fec2c4f47f
commit 749c05e0fd
1 changed files with 1 additions and 1 deletions

View File

@ -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