summaryrefslogtreecommitdiff
path: root/src/mainboard/tyan/s2735/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/tyan/s2735/mainboard.c')
-rw-r--r--src/mainboard/tyan/s2735/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/tyan/s2735/mainboard.c b/src/mainboard/tyan/s2735/mainboard.c
index a460b77683..e27a6a01cf 100644
--- a/src/mainboard/tyan/s2735/mainboard.c
+++ b/src/mainboard/tyan/s2735/mainboard.c
@@ -2,7 +2,7 @@
#include "chip.h"
#if CONFIG_CHIP_NAME == 1
-struct chip_operations mainboard_tyan_s2735_ops = {
+struct chip_operations mainboard_ops = {
CHIP_NAME("Tyan S2735 Mainboard")
};
#endif