I forgot to add CONFIG_VGA_BRIDGE_SETUP to the old build system.
authorMyles Watson <mylesgw@gmail.com>
Thu, 17 Sep 2009 18:30:23 +0000 (18:30 +0000)
committerMyles Watson <mylesgw@gmail.com>
Thu, 17 Sep 2009 18:30:23 +0000 (18:30 +0000)
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

src/config/Options.lb

index b0ad8252fbfd9830d9f39b4dae49a8cf10ec3214..c54f78318178af1ad6bcd3270913d1849718e860 100644 (file)
@@ -426,6 +426,11 @@ define CONFIG_DEBUG
        export always
        comment "Enable x86emu debugging code"
 end
+define CONFIG_VGA_BRIDGE_SETUP
+       default 1
+       export always
+       comment "Set bridge bits to enable legacy VGA ranges"
+end
 define CONFIG_CONSOLE_VGA
        default 0
        export always