aboutsummaryrefslogtreecommitdiff
path: root/src/console/font-8x16.c
diff options
context:
space:
mode:
authorYinghai Lu <yinghailu@gmail.com>2004-12-16 02:44:25 +0000
committerYinghai Lu <yinghailu@gmail.com>2004-12-16 02:44:25 +0000
commit970990800ee2862119a012615a51c4ff3554e34e (patch)
tree2d8c6ee1bbbe4acb4b44bd28a348324fd05c4817 /src/console/font-8x16.c
parent42b37443ac4f66042a8472938b876e87f66270b4 (diff)
btext fix
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1822 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/console/font-8x16.c')
-rw-r--r--src/console/font-8x16.c2
1 files changed, 1 insertions, 1 deletions
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 */