* grub-core/kern/vga_init.c: Fix compilation on qemu-mips.

* grub-core/kern/mips/qemu_mips/init.c: Likewise.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-08-14 09:50:57 +02:00
parent 36e87d25e1
commit 797abd0a23
3 changed files with 5 additions and 6 deletions

View file

@ -46,11 +46,7 @@ static struct {grub_uint8_t r, g, b, a; } colors[] =
{0xFE, 0xFE, 0xFE, 0xFF} // 15 = white
};
#ifdef __mips__
extern unsigned char ascii_bitmaps[];
#else
#include <ascii.h>
#endif
#ifdef __mips__
#define VGA_ADDR 0xb00a0000