I forgot to add CONFIG_VGA_BRIDGE_SETUP to the old build system.

Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4645 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Myles Watson 2009-09-17 18:30:23 +00:00
parent 079300b987
commit 6afb698433
1 changed files with 5 additions and 0 deletions

View File

@ -426,6 +426,11 @@ define CONFIG_DEBUG
export always export always
comment "Enable x86emu debugging code" comment "Enable x86emu debugging code"
end end
define CONFIG_VGA_BRIDGE_SETUP
default 1
export always
comment "Set bridge bits to enable legacy VGA ranges"
end
define CONFIG_CONSOLE_VGA define CONFIG_CONSOLE_VGA
default 0 default 0
export always export always