Fix eagleheights
authorStefan Reinauer <stepan@coresystems.de>
Tue, 13 Apr 2010 00:02:20 +0000 (00:02 +0000)
committerStefan Reinauer <stepan@openbios.org>
Tue, 13 Apr 2010 00:02:20 +0000 (00:02 +0000)
not a 6ex board, but using the same CAR code.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5414 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/mainboard/intel/eagleheights/romstage.c

index 13c7e951f3f912abaaa5bfbbd2a723b428a51515..71bda84c0f6da6f1d34ac916428af9b024114cff 100644 (file)
@@ -163,7 +163,7 @@ void early_config(void) {
        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 @@ void real_main(unsigned long bist)
        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"
-