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:
Mathias Krause 2010-03-08 13:08:24 +00:00 committed by Stefan Reinauer
parent 47d68d8b66
commit 128ac9149c
1 changed files with 1 additions and 1 deletions

View File

@ -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)