summaryrefslogtreecommitdiff
path: root/src/mainboard/google/rush_ryu/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/rush_ryu/mainboard.c')
-rw-r--r--src/mainboard/google/rush_ryu/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/rush_ryu/mainboard.c b/src/mainboard/google/rush_ryu/mainboard.c
index 9b8e354b62..dff5954466 100644
--- a/src/mainboard/google/rush_ryu/mainboard.c
+++ b/src/mainboard/google/rush_ryu/mainboard.c
@@ -30,6 +30,6 @@ static void mainboard_enable(device_t dev)
}
struct chip_operations mainboard_ops = {
- .name = "rush",
+ .name = "rush_ryu",
.enable_dev = mainboard_enable,
};