aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/motorola
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2007-02-19 19:11:20 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-02-19 19:11:20 +0000
commit8a20213dde1b40415f127a344416cb45a1115a61 (patch)
tree6d95a66fae5e70b4ef6cedf4ecebc28354c51a74 /src/northbridge/motorola
parent7014ef83b90a566298bfb57e335eb8d46f246d92 (diff)
Fix some CHIP_NAME() entries to use canonical names.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2557 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/motorola')
-rw-r--r--src/northbridge/motorola/mpc107/mpc107_northbridge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/motorola/mpc107/mpc107_northbridge.c b/src/northbridge/motorola/mpc107/mpc107_northbridge.c
index 595afe786e..7dcf7c89f8 100644
--- a/src/northbridge/motorola/mpc107/mpc107_northbridge.c
+++ b/src/northbridge/motorola/mpc107/mpc107_northbridge.c
@@ -146,6 +146,6 @@ static void enable_dev(struct device *dev)
}
struct chip_operations northbridge_motorola_mpc107_ops = {
- CHIP_NAME("MPC107")
+ CHIP_NAME("Motorola MPC107 Northbridge")
.enable_dev = enable_dev,
};