btext fix
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1822 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -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;
|
||||
|
||||
|
@@ -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 */
|
||||
|
Reference in New Issue
Block a user