summaryrefslogtreecommitdiff
path: root/src/mainboard/tyan/s4882/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/tyan/s4882/mainboard.c')
-rw-r--r--src/mainboard/tyan/s4882/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/tyan/s4882/mainboard.c b/src/mainboard/tyan/s4882/mainboard.c
index 9687ee313c..3b21360576 100644
--- a/src/mainboard/tyan/s4882/mainboard.c
+++ b/src/mainboard/tyan/s4882/mainboard.c
@@ -7,6 +7,6 @@
#if CONFIG_CHIP_NAME == 1
struct chip_operations mainboard_tyan_s4882_ops = {
- CHIP_NAME("Tyan s4882 mainboard")
+ CHIP_NAME("Tyan S4882 mainboard")
};
#endif