--
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: info@coresystems.de •
http://www.coresystems.de/
Registergericht: Amtsgericht Freiburg • HRB 7656
Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866
Use Intel Core code for eagleheights CAR init, not Intel Core 2, as
any of the CPUs might be used.
Signed-off-by: Stefan Reinauer
stepan@coresystems.de
Index: src/mainboard/intel/eagleheights/auto.c
===================================================================
--- src/mainboard/intel/eagleheights/auto.c (revision 4842)
+++ src/mainboard/intel/eagleheights/auto.c (working copy)
@@ -238,4 +238,4 @@
sdram_initialize(ARRAY_SIZE(mch), mch);
}
-#include "cpu/intel/model_6fx/cache_as_ram_disable.c"
+#include "cpu/intel/model_6ex/cache_as_ram_disable.c"
Index: src/mainboard/intel/eagleheights/Config.lb
===================================================================
--- src/mainboard/intel/eagleheights/Config.lb (revision 4842)
+++ src/mainboard/intel/eagleheights/Config.lb (working copy)
@@ -109,7 +109,7 @@
##
## Setup Cache-As-Ram
##
-mainboardinit cpu/intel/model_6fx/cache_as_ram.inc
+mainboardinit cpu/intel/model_6ex/cache_as_ram.inc
###
### This is the early phase of coreboot startup