diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2012-07-11 14:40:19 +0300 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2012-07-12 20:28:35 +0200 |
commit | ffc1fb35aab659127156d4aa28c1cbd6d5793b19 (patch) | |
tree | 577bd1f9c7fe5199d0f438a225b4fd615bd11578 /src/cpu/Kconfig | |
parent | db2c400ab852a2aae09d812b20e520ca371da35b (diff) |
Drop Kconfig VAR_MTRR_HOLE option
All but one board use the default value of enabled. Disabling
this can only increase the number of MTRR registers used.
Change-Id: I7d28adc31b9fae2301e4ff78fcb96486f81d5ec2
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/1213
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/cpu/Kconfig')
-rw-r--r-- | src/cpu/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig index acb9bb5d0a..85e83d428e 100644 --- a/src/cpu/Kconfig +++ b/src/cpu/Kconfig @@ -61,11 +61,4 @@ config SSE2 streaming SIMD instructions. Some parts of coreboot can be built with more efficient code if SSE2 instructions are available. -config VAR_MTRR_HOLE - bool - default y - help - Unset this if you don't want the MTRR code to use - subtractive MTRRs - endif # ARCH_X86 |