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:
parent
079300b987
commit
6afb698433
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue