aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/ricoh/rl5c476
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/ricoh/rl5c476')
-rw-r--r--src/southbridge/ricoh/rl5c476/rl5c476.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/ricoh/rl5c476/rl5c476.c b/src/southbridge/ricoh/rl5c476/rl5c476.c
index f85a803fab..7a5813255a 100644
--- a/src/southbridge/ricoh/rl5c476/rl5c476.c
+++ b/src/southbridge/ricoh/rl5c476/rl5c476.c
@@ -212,6 +212,6 @@ void southbridge_init(device_t dev)
}
struct chip_operations southbridge_ricoh_rl5c476_ops = {
- CHIP_NAME("RICOH RL5C476")
+ CHIP_NAME("Ricoh RL5C476 CardBus Controller")
.enable_dev = southbridge_init,
};