Fix incorrect mapping of ACS_PI for VGA console. A pi should look like pi and

not like Gamma.

Signed-off-by: Ulf Jordan <jordan@chalmers.se>
Acked-by: Jordan Crouse <jordan.crouse@amd.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3505 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Ulf Jordan 2008-08-12 20:23:00 +00:00 committed by Jordan Crouse
parent b865070023
commit 74eedaee8d
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ chtype console_acs_map[128] =
'\004', '\261', 0, 0, 0, 0, '\370', '\361',
'\260', '\316', '\331', '\277', '\332', '\300', '\305', '~',
'\304', '\304', '\304', '_', '\303', '\264', '\301', '\302',
'\263', '\363', '\362', '\342', '\330', '\234', '\376', 0,
'\263', '\363', '\362', '\343', '\330', '\234', '\376', 0,
};
// FIXME: Ugly (and insecure!) hack!