aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/norwich/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/amd/norwich/mainboard.c')
-rw-r--r--src/mainboard/amd/norwich/mainboard.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/amd/norwich/mainboard.c b/src/mainboard/amd/norwich/mainboard.c
index c735abbde3..e3bea15087 100644
--- a/src/mainboard/amd/norwich/mainboard.c
+++ b/src/mainboard/amd/norwich/mainboard.c
@@ -32,6 +32,5 @@ static void enable_dev(struct device *dev)
}
struct chip_operations mainboard_ops = {
- CHIP_NAME("AMD Norwich Mainboard")
.enable_dev = enable_dev,
};