diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2011-04-15 00:19:27 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2011-04-15 00:19:27 +0000 |
commit | 8345a194ba30051d640c6d0340379b15696ea1a0 (patch) | |
tree | 33bd078576167e10cbcee4dd09a879bb3b37ee10 /src/mainboard/lanner | |
parent | 24ef134b37131064a6f45a221b6478e55f0a38ca (diff) |
fix mainboards that were including earlymtrr.c without actually using it.
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6502 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/lanner')
-rw-r--r-- | src/mainboard/lanner/em8510/romstage.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/lanner/em8510/romstage.c b/src/mainboard/lanner/em8510/romstage.c index a1701034af..d5b29132f1 100644 --- a/src/mainboard/lanner/em8510/romstage.c +++ b/src/mainboard/lanner/em8510/romstage.c @@ -37,7 +37,6 @@ #include "northbridge/intel/i855/raminit.h" #include "northbridge/intel/i855/debug.c" #include "superio/winbond/w83627thg/early_serial.c" -#include "cpu/x86/mtrr/earlymtrr.c" #include "cpu/x86/bist.h" #define SERIAL_DEV PNP_DEV(0x2e, W83627THG_SP1) |