aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/E7525/northbridge.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/northbridge/intel/E7525/northbridge.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/northbridge/intel/E7525/northbridge.c')
-rw-r--r--src/northbridge/intel/E7525/northbridge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/E7525/northbridge.c b/src/northbridge/intel/E7525/northbridge.c
index 71f17224df..2fa6678c0e 100644
--- a/src/northbridge/intel/E7525/northbridge.c
+++ b/src/northbridge/intel/E7525/northbridge.c
@@ -264,7 +264,7 @@ static void enable_dev(device_t dev)
}
}
-struct chip_operations northbridge_intel_E7525_ops = {
+struct chip_operations northbridge_intel_e7525_ops = {
CHIP_NAME("Intel E7525 Northbridge")
.enable_dev = enable_dev,
};