diff options
author | Stefan Reinauer <stepan@openbios.org> | 2006-10-24 12:46:55 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2006-10-24 12:46:55 +0000 |
commit | 814b458b633dcf478e9e375d0a3b741b3a153c0f (patch) | |
tree | bc7136341af3a36d38119b884136a6aaac804bec /src/mainboard | |
parent | 6e5b6a82ad4ffe044d4eeeb9bd3b42c0d07579df (diff) |
fix leftover typo
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2470 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/iwill/dk8_htx/mainboard.c | 2 |
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 |