summaryrefslogtreecommitdiff
path: root/src/mainboard/olpc/btest/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/olpc/btest/mainboard.c')
-rw-r--r--src/mainboard/olpc/btest/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/olpc/btest/mainboard.c b/src/mainboard/olpc/btest/mainboard.c
index 0f4be07dcc..814d17751e 100644
--- a/src/mainboard/olpc/btest/mainboard.c
+++ b/src/mainboard/olpc/btest/mainboard.c
@@ -131,6 +131,6 @@ static void enable_dev(struct device *dev)
}
struct chip_operations mainboard_olpc_btest_ops = {
- CHIP_NAME("OLPC btest mainboard")
+ CHIP_NAME("OLPC btest Mainboard")
.enable_dev = enable_dev,
};