diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-04-21 20:55:38 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-04-21 20:55:38 +0000 |
commit | f94a97be7208781cd63f4aebfc48ee94a739eecc (patch) | |
tree | 368ef3d8494e0df7d3045ee4d223ac38f8e4ffcb /src/northbridge | |
parent | 6c705110f65e3de4df11e0a433005876925f539f (diff) | |
download | coreboot-f94a97be7208781cd63f4aebfc48ee94a739eecc.tar.xz |
oops, sorry for the last commit. This commit changes the code to distinguish
between having VSA functionality in the code, and adding a VSA image to the
ROM.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5473 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge')
-rw-r--r-- | src/northbridge/amd/gx2/Kconfig | 3 | ||||
-rw-r--r-- | src/northbridge/amd/lx/Kconfig | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/northbridge/amd/gx2/Kconfig b/src/northbridge/amd/gx2/Kconfig index 4fa7ea6543..959a3c1a64 100644 --- a/src/northbridge/amd/gx2/Kconfig +++ b/src/northbridge/amd/gx2/Kconfig @@ -19,6 +19,5 @@ config NORTHBRIDGE_AMD_GX2 bool - # for VSM: - select PCI_OPTION_ROM_RUN_REALMODE + select GEODE_VSA diff --git a/src/northbridge/amd/lx/Kconfig b/src/northbridge/amd/lx/Kconfig index b6fd816d2e..57a485eedc 100644 --- a/src/northbridge/amd/lx/Kconfig +++ b/src/northbridge/amd/lx/Kconfig @@ -1,8 +1,7 @@ config NORTHBRIDGE_AMD_LX bool select HAVE_HIGH_TABLES - # for VSM: - select PCI_OPTION_ROM_RUN_REALMODE + select GEODE_VSA config VIDEO_MB int |