summaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard')
-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 df74300c23..3d979c95a9 100644
--- a/src/mainboard/iwill/dk8_htx/mainboard.c
+++ b/src/mainboard/iwill/dk8_htx/mainboard.c
@@ -6,7 +6,7 @@
#include "chip.h"
#if CONFIG_CHIP_NAME == 1
-struct chip_operations mainboard_Iwill_dk8_htx_ops = {
+struct chip_operations mainboard_iwill_dk8_htx_ops = {
CHIP_NAME("Iwill DK8-HTX mainboard")
};
#endif