aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/dmp
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2013-12-12 12:27:53 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2013-12-26 23:18:28 +0100
commit1c434ff2d6200777ec0f6f806ebe8bb45f939dc8 (patch)
tree079de97e74b4b9c475427761ecb94b4c761b9d3b /src/mainboard/dmp
parentb32816e9a5564e3604c3829b92727b54356f4777 (diff)
vortex86ex: Cleanup earlymtrr.c include
No MTRRs on this platform. Change-Id: Iaef57c8013ae9d40f3b063aae284b3faeeaa43dd Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/4572 Tested-by: build bot (Jenkins) Reviewed-by: Andrew Wu <arw@dmp.com.tw> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Diffstat (limited to 'src/mainboard/dmp')
-rw-r--r--src/mainboard/dmp/vortex86ex/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/dmp/vortex86ex/romstage.c b/src/mainboard/dmp/vortex86ex/romstage.c
index b08d621e75..8889015929 100644
--- a/src/mainboard/dmp/vortex86ex/romstage.c
+++ b/src/mainboard/dmp/vortex86ex/romstage.c
@@ -22,7 +22,7 @@
#include <arch/io.h>
#include <stdlib.h>
#include <console/console.h>
-#include "cpu/x86/mtrr/earlymtrr.c"
+#include <cpu/x86/cache.h>
#include "drivers/pc80/i8254.c"
#include "northbridge/dmp/vortex86ex/northbridge.h"
#include "southbridge/dmp/vortex86ex/southbridge.h"