Fix typo (trivial).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2556 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann 2007-02-17 17:08:13 +00:00
parent 4bdbb42818
commit 7014ef83b9
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#include "chip.h"
#if CONFIG_CHIP_NAME == 1
struct chip_operations mainboard_tyan_ms9282_ops = {
struct chip_operations mainboard_msi_ms9282_ops = {
CHIP_NAME("MSI ms9282 mainboard")
};
#endif