summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/thatcher/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/amd/thatcher/mainboard.c')
-rw-r--r--src/mainboard/amd/thatcher/mainboard.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/amd/thatcher/mainboard.c b/src/mainboard/amd/thatcher/mainboard.c
index 2ca3c361a9..8d4eae2ef1 100644
--- a/src/mainboard/amd/thatcher/mainboard.c
+++ b/src/mainboard/amd/thatcher/mainboard.c
@@ -64,6 +64,5 @@ static void thatcher_enable(device_t dev)
}
struct chip_operations mainboard_ops = {
- CHIP_NAME(CONFIG_MAINBOARD_VENDOR " " CONFIG_MAINBOARD_PART_NUMBER " Mainboard")
.enable_dev = thatcher_enable,
};