From 970990800ee2862119a012615a51c4ff3554e34e Mon Sep 17 00:00:00 2001 From: Yinghai Lu Date: Thu, 16 Dec 2004 02:44:25 +0000 Subject: btext fix git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1822 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/console/btext_console.c | 2 +- src/console/font-8x16.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/console') diff --git a/src/console/btext_console.c b/src/console/btext_console.c index fc6b6deea5..ae8dc8ca10 100644 --- a/src/console/btext_console.c +++ b/src/console/btext_console.c @@ -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; diff --git a/src/console/font-8x16.c b/src/console/font-8x16.c index 9404ffe809..f7901482cb 100644 --- a/src/console/font-8x16.c +++ b/src/console/font-8x16.c @@ -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 */ -- cgit v1.2.3