Trivial fix, use correct define.
Signed-off-by: Mathias Krause <Mathias.Krause@secunet.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5196 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
47d68d8b66
commit
128ac9149c
|
@ -225,7 +225,7 @@ int nocbreak(void)
|
|||
return 0;
|
||||
}
|
||||
|
||||
#ifdef CONFIG_VGA_CONSOLE
|
||||
#ifdef CONFIG_VGA_VIDEO_CONSOLE
|
||||
void curses_enable_vga(int state)
|
||||
{
|
||||
if (state)
|
||||
|
|
Loading…
Reference in New Issue