aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/gx2/northbridge.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/amd/gx2/northbridge.c')
-rw-r--r--src/northbridge/amd/gx2/northbridge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/amd/gx2/northbridge.c b/src/northbridge/amd/gx2/northbridge.c
index 1bb83868e3..41e9c957aa 100644
--- a/src/northbridge/amd/gx2/northbridge.c
+++ b/src/northbridge/amd/gx2/northbridge.c
@@ -531,6 +531,6 @@ static void enable_dev(struct device *dev)
}
struct chip_operations northbridge_amd_gx2_ops = {
- CHIP_NAME("AMD GX2 Northbridge")
+ CHIP_NAME("AMD GX (previously GX2) Northbridge")
.enable_dev = enable_dev,
};