aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2006-10-24 12:46:55 +0000
committerStefan Reinauer <stepan@openbios.org>2006-10-24 12:46:55 +0000
commit814b458b633dcf478e9e375d0a3b741b3a153c0f (patch)
treebc7136341af3a36d38119b884136a6aaac804bec /src
parent6e5b6a82ad4ffe044d4eeeb9bd3b42c0d07579df (diff)
fix leftover typo
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2470 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-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