rename the option CONFIG_PCI_OPTION_ROM_RUN_VM86 to CONFIG_PCI_OPTION_ROM_RUN_REALMODE.

Signed-off-by: Joseph Smith <joe@settoplinux.org>
Acked-by: Stefan Reinauer <stepan@coresystems.de>

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4325 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Joseph Smith
2009-05-29 18:41:09 +00:00
committed by Joseph Smith
parent 60f0f1b18f
commit 41216225a1
6 changed files with 9 additions and 9 deletions

View File

@@ -37,7 +37,7 @@ option ROM_SIZE = (1024 * 1024) - (64 * 1024)
##
option CONFIG_CONSOLE_VGA = 1
option CONFIG_PCI_ROM_RUN = 1
option CONFIG_PCI_OPTION_ROM_RUN_VM86 = 1
option CONFIG_PCI_OPTION_ROM_RUN_REALMODE = 1
##
## Choose the amount of memory pre-allocated for VGA

View File

@@ -37,7 +37,7 @@ option ROM_SIZE = (1024 * 1024) - (64 * 1024)
##
option CONFIG_CONSOLE_VGA = 1
option CONFIG_PCI_ROM_RUN = 1
option CONFIG_PCI_OPTION_ROM_RUN_VM86 = 1
option CONFIG_PCI_OPTION_ROM_RUN_REALMODE = 1
##
## Choose the amount of memory pre-allocated for VGA