summaryrefslogtreecommitdiff
path: root/src/northbridge
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge')
-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,
};