summaryrefslogtreecommitdiff
path: root/src/cpu/amd
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2023-01-30 13:59:03 +0100
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-02-20 11:01:36 +0000
commit94ff128c91f02fce31c672ff8317c9098018f3e8 (patch)
treefc0a4522ccf8ed75f6801c1f44107d5cb58f43df /src/cpu/amd
parent52b51db1d9e8095e69002133fa82aefb8e589078 (diff)
treewide: Remove unused CHIPs
No devicetree uses these anymore. Change-Id: Ia65a0a56a6668a13761bad35f6a44ed8f6a35a78 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/72600 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/cpu/amd')
-rw-r--r--src/cpu/amd/pi/00730F01/Makefile.mk1
-rw-r--r--src/cpu/amd/pi/00730F01/chip_name.c7
2 files changed, 0 insertions, 8 deletions
diff --git a/src/cpu/amd/pi/00730F01/Makefile.mk b/src/cpu/amd/pi/00730F01/Makefile.mk
index ae5a20bbf4..9b3f015cf1 100644
--- a/src/cpu/amd/pi/00730F01/Makefile.mk
+++ b/src/cpu/amd/pi/00730F01/Makefile.mk
@@ -2,7 +2,6 @@
romstage-y += cpu_io_init.c
-ramstage-y += chip_name.c
ramstage-y += cpu_io_init.c
ramstage-y += model_16_init.c
ramstage-y += update_microcode.c
diff --git a/src/cpu/amd/pi/00730F01/chip_name.c b/src/cpu/amd/pi/00730F01/chip_name.c
deleted file mode 100644
index 592fcc0dff..0000000000
--- a/src/cpu/amd/pi/00730F01/chip_name.c
+++ /dev/null
@@ -1,7 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-#include <device/device.h>
-
-struct chip_operations cpu_amd_pi_00730F01_ops = {
- .name = "AMD CPU Family 16h Model 30h-3Fh",
-};