diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-10-10 21:15:53 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-10-10 21:15:53 +0000 |
commit | c4f98b63a72edc6a73105b76a115b9a29b749878 (patch) | |
tree | 0b13cad4c29c4d16cfb411c0aa90861de77b86ab /src | |
parent | 0a58a7b3edc9d1a20bf3aee0c747d5777b0c8696 (diff) | |
download | coreboot-c4f98b63a72edc6a73105b76a115b9a29b749878.tar.xz |
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')
-rw-r--r-- | src/mainboard/kontron/kt690/romstage.c | 2 |
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" |