Definition fixed by Ollie

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1566 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
David W. Hendricks 2004-05-24 17:14:21 +00:00
parent 2e6d1c9fe0
commit c8ccf8ac0a
1 changed files with 8 additions and 1 deletions

View File

@ -5,8 +5,15 @@
/* */
/**********************************************/
#define CHAR_256 0
static unsigned char vga_font[cmapsz] BTDATA = {
#if CHAR_256==1
#define cmapsz (16*256)
#else
#define cmapsz (16*96)
#endif
static unsigned char vga_font[cmapsz] = {
#if CHAR_256==1
/* 0 0x00 '^@' */
0x00, /* 00000000 */