summaryrefslogtreecommitdiff
path: root/src/soc/amd/phoenix/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/phoenix/cpu.c')
-rw-r--r--src/soc/amd/phoenix/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/phoenix/cpu.c b/src/soc/amd/phoenix/cpu.c
index cba22e97e3..9c51a579e2 100644
--- a/src/soc/amd/phoenix/cpu.c
+++ b/src/soc/amd/phoenix/cpu.c
@@ -51,7 +51,7 @@ static struct device_operations cpu_dev_ops = {
static struct cpu_device_id cpu_table[] = {
/* TODO: Add Phoenix CPUID */
- { X86_VENDOR_AMD, PHOENIX2_A0_CPUID, CPUID_EXACT_MATCH_MASK },
+ { X86_VENDOR_AMD, PHOENIX2_A0_CPUID, CPUID_ALL_STEPPINGS_MASK },
{ 0, 0, 0 },
};