[coreboot] [commit] r5414 - trunk/src/mainboard/intel/eagleheights

repository service svn at coreboot.org
Tue Apr 13 02:02:20 CEST 2010


Author: stepan
Date: Tue Apr 13 02:02:20 2010
New Revision: 5414
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5414

Log:
Fix eagleheights 
not a 6ex board, but using the same CAR code.

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>

Modified:
   trunk/src/mainboard/intel/eagleheights/romstage.c

Modified: trunk/src/mainboard/intel/eagleheights/romstage.c
==============================================================================
--- trunk/src/mainboard/intel/eagleheights/romstage.c	Tue Apr 13 01:12:15 2010	(r5413)
+++ trunk/src/mainboard/intel/eagleheights/romstage.c	Tue Apr 13 02:02:20 2010	(r5414)
@@ -163,7 +163,7 @@
 	pci_write_config8(PCI_DEV(0, 0x1F, 2), SATA_MAP, (SATA_MODE_AHCI << 6) | (0 << 0));
 }
 
-void real_main(unsigned long bist)
+void main(unsigned long bist)
 {
 	/* int boot_mode = 0; */
 
@@ -232,6 +232,3 @@
 	sdram_initialize(ARRAY_SIZE(mch), mch);
 }
 
-/* Use Intel Core (not Core 2) code for CAR init, any CPU might be used. */
-#include "cpu/intel/model_6ex/cache_as_ram_disable.c"
-




More information about the coreboot mailing list