diff options
-rw-r--r-- | src/soc/amd/sabrina/cpu.c | 2 | ||||
-rw-r--r-- | src/soc/amd/sabrina/include/soc/cpu.h | 2 |
2 files changed, 2 insertions, 2 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 }, }; diff --git a/src/soc/amd/sabrina/include/soc/cpu.h b/src/soc/amd/sabrina/include/soc/cpu.h index 57fda19778..9aa07b0053 100644 --- a/src/soc/amd/sabrina/include/soc/cpu.h +++ b/src/soc/amd/sabrina/include/soc/cpu.h @@ -5,7 +5,7 @@ #ifndef AMD_SABRINA_CPU_H #define AMD_SABRINA_CPU_H -#define CEZANNE_A0_CPUID 0x00a50f00 +#define SABRINA_A0_CPUID 0x008a0f00 #define CEZANNE_VBIOS_VID_DID 0x10021638 #define BARCELO_VBIOS_VID_DID 0x100215e7 |