fix leftover typo

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2470 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2006-10-24 12:46:55 +00:00
parent 6e5b6a82ad
commit 814b458b63
1 changed files with 1 additions and 1 deletions

View File

@ -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