diff options
author | Joseph Smith <joe@settoplinux.org> | 2009-05-29 18:41:09 +0000 |
---|---|---|
committer | Joseph Smith <joe@smittys.pointclark.net> | 2009-05-29 18:41:09 +0000 |
commit | 41216225a1b19e91af3e205666a61117d9496de3 (patch) | |
tree | b480cdba7159d221a1e9efb25196087b5365d90d /targets | |
parent | 60f0f1b18f87332a569ced6c8744a1572517ba39 (diff) |
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
Diffstat (limited to 'targets')
-rw-r--r-- | targets/rca/rm4100/Config.lb | 2 | ||||
-rw-r--r-- | targets/thomson/ip1000/Config.lb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/targets/rca/rm4100/Config.lb b/targets/rca/rm4100/Config.lb index 35ff7558e3..7df9899f3c 100644 --- a/targets/rca/rm4100/Config.lb +++ b/targets/rca/rm4100/Config.lb @@ -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 diff --git a/targets/thomson/ip1000/Config.lb b/targets/thomson/ip1000/Config.lb index aa507394d5..44aa77a475 100644 --- a/targets/thomson/ip1000/Config.lb +++ b/targets/thomson/ip1000/Config.lb @@ -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 |