[coreboot-gerrit] New patch to review for coreboot: 41a85c4 vortex86ex: Cleanup earlymtrr.c include

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Wed Dec 25 19:27:31 CET 2013


Kyösti Mälkki (kyosti.malkki at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4572

-gerrit

commit 41a85c4637a6bbb2662bc7b41eea965ddae2910a
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Thu Dec 12 12:27:53 2013 +0200

    vortex86ex: Cleanup earlymtrr.c include
    
    No MTRRs on this platform.
    
    Change-Id: Iaef57c8013ae9d40f3b063aae284b3faeeaa43dd
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
 src/mainboard/dmp/vortex86ex/romstage.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/dmp/vortex86ex/romstage.c b/src/mainboard/dmp/vortex86ex/romstage.c
index b08d621..8889015 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"



More information about the coreboot-gerrit mailing list