summaryrefslogtreecommitdiff
path: root/src/mainboard/sunw
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/sunw')
-rw-r--r--src/mainboard/sunw/ultra40/chip.h4
-rw-r--r--src/mainboard/sunw/ultra40/mainboard.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/sunw/ultra40/chip.h b/src/mainboard/sunw/ultra40/chip.h
index bd7b8634bc..71df35413f 100644
--- a/src/mainboard/sunw/ultra40/chip.h
+++ b/src/mainboard/sunw/ultra40/chip.h
@@ -1,6 +1,6 @@
-extern struct chip_operations mainboard_sunw_ultra40_ops;
+extern struct chip_operations mainboard_ops;
-struct mainboard_sunw_ultra40_config {
+struct mainboard_config {
// int fixup_scsi;
// int fixup_vga;
};
diff --git a/src/mainboard/sunw/ultra40/mainboard.c b/src/mainboard/sunw/ultra40/mainboard.c
index 6660badb0e..2d4b77ae3f 100644
--- a/src/mainboard/sunw/ultra40/mainboard.c
+++ b/src/mainboard/sunw/ultra40/mainboard.c
@@ -2,7 +2,7 @@
#include "chip.h"
#if CONFIG_CHIP_NAME == 1
-struct chip_operations mainboard_sunw_ultra40_ops = {
+struct chip_operations mainboard_ops = {
CHIP_NAME("Sun Ultra 40 Mainboard")
};
#endif