summaryrefslogtreecommitdiff
path: root/src/mainboard/iwill/dk8_htx/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/iwill/dk8_htx/mainboard.c')
-rw-r--r--src/mainboard/iwill/dk8_htx/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/iwill/dk8_htx/mainboard.c b/src/mainboard/iwill/dk8_htx/mainboard.c
index 3d979c95a9..8664c5c08c 100644
--- a/src/mainboard/iwill/dk8_htx/mainboard.c
+++ b/src/mainboard/iwill/dk8_htx/mainboard.c
@@ -7,6 +7,6 @@
#if CONFIG_CHIP_NAME == 1
struct chip_operations mainboard_iwill_dk8_htx_ops = {
- CHIP_NAME("Iwill DK8-HTX mainboard")
+ CHIP_NAME("IWILL DK8-HTX mainboard")
};
#endif