diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2009-08-29 02:44:08 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2009-08-29 02:44:08 +0000 |
commit | ea47143f15a5f14aaf76cd4eeab2cfca7218a4ae (patch) | |
tree | c0f81d39a638ea641d64cbe5cb0463f70604ec2b | |
parent | 5b1d51ba2e9ac22c7878cd5e8d9c51d8269bb76b (diff) | |
download | coreboot-ea47143f15a5f14aaf76cd4eeab2cfca7218a4ae.tar.xz |
Fixes per Uwe's comments.
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4616 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/cpu/amd/model_gx2/Kconfig | 2 | ||||
-rw-r--r-- | src/northbridge/amd/gx2/Kconfig | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/src/cpu/amd/model_gx2/Kconfig b/src/cpu/amd/model_gx2/Kconfig index ec8ca691ff..2e94a4ed3e 100644 --- a/src/cpu/amd/model_gx2/Kconfig +++ b/src/cpu/amd/model_gx2/Kconfig @@ -1,3 +1,3 @@ config CPU_AMD_GX2 bool - default false + default n diff --git a/src/northbridge/amd/gx2/Kconfig b/src/northbridge/amd/gx2/Kconfig index 4d68db10d7..6d573976e4 100644 --- a/src/northbridge/amd/gx2/Kconfig +++ b/src/northbridge/amd/gx2/Kconfig @@ -21,7 +21,3 @@ config NORTHBRIDGE_AMD_GX2 bool default n -config HAVE_HIGH_TABLES - bool - default y - |