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:
parent
4bdbb42818
commit
7014ef83b9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue