diff options
Diffstat (limited to 'src/soc/amd/phoenix/cpu.c')
-rw-r--r-- | src/soc/amd/phoenix/cpu.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/soc/amd/phoenix/cpu.c b/src/soc/amd/phoenix/cpu.c index e9a510f6c2..68e440be43 100644 --- a/src/soc/amd/phoenix/cpu.c +++ b/src/soc/amd/phoenix/cpu.c @@ -50,7 +50,8 @@ static struct device_operations cpu_dev_ops = { }; static struct cpu_device_id cpu_table[] = { - { X86_VENDOR_AMD, PHOENIX_A0_CPUID}, /* TODO: Update for Phoenix */ + /* TODO: Add Phoenix CPUID */ + { X86_VENDOR_AMD, PHOENIX2_A0_CPUID}, { 0, 0 }, }; |