aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro/x6dhe_g2/auto.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2006-10-27 11:38:22 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2006-10-27 11:38:22 +0000
commit586470c646ac1b8753858b013b268f049a28b818 (patch)
treee701bc449d20bf89c784194f34ffd3c4a11bc8eb /src/mainboard/supermicro/x6dhe_g2/auto.c
parente0e1d425274d5e2c90e19eec6ef125d1fffd73a1 (diff)
Rename E7520 to e7520, and E7525 to e7525 in the code. The next commit
will then rename the E7520 and E7525 directories respectively. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2477 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/supermicro/x6dhe_g2/auto.c')
-rw-r--r--src/mainboard/supermicro/x6dhe_g2/auto.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/supermicro/x6dhe_g2/auto.c b/src/mainboard/supermicro/x6dhe_g2/auto.c
index 854a74a132..afd389c03e 100644
--- a/src/mainboard/supermicro/x6dhe_g2/auto.c
+++ b/src/mainboard/supermicro/x6dhe_g2/auto.c
@@ -11,7 +11,7 @@
#include "arch/i386/lib/console.c"
#include "ram/ramtest.c"
#include "southbridge/intel/i82801er/i82801er_early_smbus.c"
-#include "northbridge/intel/E7520/raminit.h"
+#include "northbridge/intel/e7520/raminit.h"
#include "superio/nsc/pc87427/pc87427.h"
#include "cpu/x86/lapic/boot_cpu.c"
#include "cpu/x86/mtrr/earlymtrr.c"
@@ -20,7 +20,7 @@
#include "reset.c"
#include "x6dhe_g2_fixups.c"
#include "superio/nsc/pc87427/pc87427_early_init.c"
-#include "northbridge/intel/E7520/memory_initialized.c"
+#include "northbridge/intel/e7520/memory_initialized.c"
#include "cpu/x86/bist.h"
@@ -68,7 +68,7 @@ static inline int spd_read_byte(unsigned device, unsigned address)
return smbus_read_byte(device, address);
}
-#include "northbridge/intel/E7520/raminit.c"
+#include "northbridge/intel/e7520/raminit.c"
#include "sdram/generic_sdram.c"