From 1c434ff2d6200777ec0f6f806ebe8bb45f939dc8 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 12 Dec 2013 12:27:53 +0200 Subject: vortex86ex: Cleanup earlymtrr.c include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No MTRRs on this platform. Change-Id: Iaef57c8013ae9d40f3b063aae284b3faeeaa43dd Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/4572 Tested-by: build bot (Jenkins) Reviewed-by: Andrew Wu Reviewed-by: Paul Menzel Reviewed-by: Marc Jones --- src/mainboard/dmp/vortex86ex/romstage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/dmp') 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 #include #include -#include "cpu/x86/mtrr/earlymtrr.c" +#include #include "drivers/pc80/i8254.c" #include "northbridge/dmp/vortex86ex/northbridge.h" #include "southbridge/dmp/vortex86ex/southbridge.h" -- cgit v1.2.3