soc/intel/common: Add missing space before }

Fixes: 5b94cd9e9d ("soc/intel/common: Include Alder Lake-N device IDs")
Change-Id: I24c2bdb9e4a9eb873b52668a41f4c0e944ed7818
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60934
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
This commit is contained in:
Paul Menzel 2022-01-08 10:21:59 +01:00 committed by Felix Held
parent 079c8006bf
commit bdaff7ea84
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ static const struct cpu_device_id cpu_table[] = {
{ X86_VENDOR_INTEL, CPUID_ALDERLAKE_A1 },
{ X86_VENDOR_INTEL, CPUID_ALDERLAKE_A2 },
{ X86_VENDOR_INTEL, CPUID_ALDERLAKE_A3 },
{ X86_VENDOR_INTEL, CPUID_ALDERLAKE_N_A0},
{ X86_VENDOR_INTEL, CPUID_ALDERLAKE_N_A0 },
{ 0, 0 },
};