diff options
author | Oliver Schib <lich000king@yahoo.de> | 2015-12-06 12:20:02 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-06 14:08:19 +0100 |
commit | c547cbdb58018f37949f12c360d1ead8198d135a (patch) | |
tree | cad0ba0026b05c2df51bddbd2f491086000fec16 /target/x86 | |
parent | 24d234e760a594d07add2906c5a5142e579686a3 (diff) |
Add MTRR to x86 and x86_64
MTRR gives faster terminal when not using a GUI.
Signed-off-by: Oliver Schib <lich000king@yahoo.de>
Diffstat (limited to 'target/x86')
-rw-r--r-- | target/x86/systems/generic-x86 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/x86/systems/generic-x86 b/target/x86/systems/generic-x86 index cb41ad2f4..ebe352908 100644 --- a/target/x86/systems/generic-x86 +++ b/target/x86/systems/generic-x86 @@ -14,6 +14,7 @@ config ADK_TARGET_SYSTEM_GENERIC_X86 select ADK_TARGET_WITH_PATA select ADK_TARGET_WITH_SATA select ADK_TARGET_WITH_IOMMU + select ADK_TARGET_CPU_WITH_MTRR select ADK_PACKAGE_GRUB help Example config for generic i686 based PC. |