summaryrefslogtreecommitdiff
path: root/src/mainboard/a-trend
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/a-trend')
-rw-r--r--src/mainboard/a-trend/atc-6220/chip.h4
-rw-r--r--src/mainboard/a-trend/atc-6220/mainboard.c2
-rw-r--r--src/mainboard/a-trend/atc-6240/chip.h4
-rw-r--r--src/mainboard/a-trend/atc-6240/mainboard.c2
4 files changed, 6 insertions, 6 deletions
diff --git a/src/mainboard/a-trend/atc-6220/chip.h b/src/mainboard/a-trend/atc-6220/chip.h
index 6380ef2149..dc9bed35a5 100644
--- a/src/mainboard/a-trend/atc-6220/chip.h
+++ b/src/mainboard/a-trend/atc-6220/chip.h
@@ -18,5 +18,5 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-extern struct chip_operations mainboard_a_trend_atc_6220_ops;
-struct mainboard_a_trend_atc_6220_config {};
+extern struct chip_operations mainboard_ops;
+struct mainboard_config {};
diff --git a/src/mainboard/a-trend/atc-6220/mainboard.c b/src/mainboard/a-trend/atc-6220/mainboard.c
index 56c0b39bb2..f30ebfa87d 100644
--- a/src/mainboard/a-trend/atc-6220/mainboard.c
+++ b/src/mainboard/a-trend/atc-6220/mainboard.c
@@ -21,6 +21,6 @@
#include <device/device.h>
#include "chip.h"
-struct chip_operations mainboard_a_trend_atc_6220_ops = {
+struct chip_operations mainboard_ops = {
CHIP_NAME("A-Trend ATC-6220 Mainboard")
};
diff --git a/src/mainboard/a-trend/atc-6240/chip.h b/src/mainboard/a-trend/atc-6240/chip.h
index 1e15adb6fc..56e17ca594 100644
--- a/src/mainboard/a-trend/atc-6240/chip.h
+++ b/src/mainboard/a-trend/atc-6240/chip.h
@@ -18,5 +18,5 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-extern struct chip_operations mainboard_a_trend_atc_6240_ops;
-struct mainboard_a_trend_atc_6240_config {};
+extern struct chip_operations mainboard_ops;
+struct mainboard_config {};
diff --git a/src/mainboard/a-trend/atc-6240/mainboard.c b/src/mainboard/a-trend/atc-6240/mainboard.c
index 15f050a6a7..0e09ea33b2 100644
--- a/src/mainboard/a-trend/atc-6240/mainboard.c
+++ b/src/mainboard/a-trend/atc-6240/mainboard.c
@@ -21,6 +21,6 @@
#include <device/device.h>
#include "chip.h"
-struct chip_operations mainboard_a_trend_atc_6240_ops = {
+struct chip_operations mainboard_ops = {
CHIP_NAME("A-Trend ATC-6240 Mainboard")
};