aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/pi/00670F00/chip_name.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/amd/pi/00670F00/chip_name.c')
-rw-r--r--src/cpu/amd/pi/00670F00/chip_name.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/amd/pi/00670F00/chip_name.c b/src/cpu/amd/pi/00670F00/chip_name.c
index ff2bc06ffa..3ad62e5435 100644
--- a/src/cpu/amd/pi/00670F00/chip_name.c
+++ b/src/cpu/amd/pi/00670F00/chip_name.c
@@ -1,7 +1,7 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2015 Advanced Micro Devices, Inc.
+ * Copyright (C) 2015-2016 Advanced Micro Devices, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,6 +15,6 @@
#include <device/device.h>
-struct chip_operations cpu_amd_pi_00660F01_ops = {
+struct chip_operations cpu_amd_pi_00670F00_ops = {
CHIP_NAME("AMD CPU Family 15h")
};