Fix CS5535 build for kconfig, more kconfig boards (lippert, artec)
[coreboot.git] / src / console / font-8x16.c
index 682a01e8c40f7bd18f2309ccb14306ba3593851e..f7901482cb04d85cd8e62d2e8c3931a00a11bbf0 100644 (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
+
+unsigned char vga_font[cmapsz] = {
 #if CHAR_256==1
        /* 0 0x00 '^@' */
        0x00, /* 00000000 */