diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2006-10-27 11:38:22 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2006-10-27 11:38:22 +0000 |
commit | 586470c646ac1b8753858b013b268f049a28b818 (patch) | |
tree | e701bc449d20bf89c784194f34ffd3c4a11bc8eb /src/mainboard/dell/s1850/failover.c | |
parent | e0e1d425274d5e2c90e19eec6ef125d1fffd73a1 (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/dell/s1850/failover.c')
-rw-r--r-- | src/mainboard/dell/s1850/failover.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/dell/s1850/failover.c b/src/mainboard/dell/s1850/failover.c index 5029d98611..c5f3f8089d 100644 --- a/src/mainboard/dell/s1850/failover.c +++ b/src/mainboard/dell/s1850/failover.c @@ -9,7 +9,7 @@ #include "arch/i386/lib/console.c" #include "pc80/mc146818rtc_early.c" #include "cpu/x86/lapic/boot_cpu.c" -#include "northbridge/intel/E7520/memory_initialized.c" +#include "northbridge/intel/e7520/memory_initialized.c" static unsigned long main(unsigned long bist) { |