aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-10-10 21:15:53 +0000
committerStefan Reinauer <stepan@openbios.org>2010-10-10 21:15:53 +0000
commitc4f98b63a72edc6a73105b76a115b9a29b749878 (patch)
tree0b13cad4c29c4d16cfb411c0aa90861de77b86ab /src/mainboard
parent0a58a7b3edc9d1a20bf3aee0c747d5777b0c8696 (diff)
don't include unused code, we only need the header.
Acked-by: Stefan Reinauer <stepan@coresystems.de> Signed-off-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5935 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/kontron/kt690/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/kontron/kt690/romstage.c b/src/mainboard/kontron/kt690/romstage.c
index 5301edf37f..8bb72c03e7 100644
--- a/src/mainboard/kontron/kt690/romstage.c
+++ b/src/mainboard/kontron/kt690/romstage.c
@@ -54,7 +54,7 @@
#include <usbdebug.h>
-#include "cpu/x86/mtrr/earlymtrr.c"
+#include <cpu/amd/mtrr.h>
#include "cpu/x86/bist.h"
#include "northbridge/amd/amdk8/setup_resource_map.c"