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:
parent
079c8006bf
commit
bdaff7ea84
|
@ -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 },
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue