summaryrefslogtreecommitdiff
path: root/src/soc/amd/sabrina/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/sabrina/cpu.c')
-rw-r--r--src/soc/amd/sabrina/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/sabrina/cpu.c b/src/soc/amd/sabrina/cpu.c
index 6c6bc69437..0aa487c2f7 100644
--- a/src/soc/amd/sabrina/cpu.c
+++ b/src/soc/amd/sabrina/cpu.c
@@ -75,7 +75,7 @@ static struct device_operations cpu_dev_ops = {
};
static struct cpu_device_id cpu_table[] = {
- { X86_VENDOR_AMD, CEZANNE_A0_CPUID},
+ { X86_VENDOR_AMD, SABRINA_A0_CPUID},
{ 0, 0 },
};