btext fix

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1822 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Yinghai Lu
2004-12-16 02:44:25 +00:00
parent 42b37443ac
commit 970990800e
5 changed files with 13 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ static u32 g_max_loc_Y;
#define cmapsz (16*96)
#endif
static unsigned char vga_font[cmapsz];
extern unsigned char vga_font[cmapsz];
u32 boot_text_mapped;

View File

@@ -13,7 +13,7 @@
#define cmapsz (16*96)
#endif
static unsigned char vga_font[cmapsz] = {
unsigned char vga_font[cmapsz] = {
#if CHAR_256==1
/* 0 0x00 '^@' */
0x00, /* 00000000 */