summaryrefslogtreecommitdiffstats
path: root/src/soc
diff options
context:
space:
mode:
authorPaul Menzel <pmenzel@molgen.mpg.de>2022-01-08 10:21:59 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-01-10 14:30:49 +0000
commitbdaff7ea844f0f42f8d7b7d2c15389c6fc484466 (patch)
tree50816b030e960357f8269a0387757d409225c5fb /src/soc
parent079c8006bf852796b57c07000e5efe67d7a2ca81 (diff)
downloadcoreboot-bdaff7ea844f0f42f8d7b7d2c15389c6fc484466.tar.gz
coreboot-bdaff7ea844f0f42f8d7b7d2c15389c6fc484466.tar.bz2
coreboot-bdaff7ea844f0f42f8d7b7d2c15389c6fc484466.zip
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>
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/intel/common/block/cpu/mp_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/cpu/mp_init.c b/src/soc/intel/common/block/cpu/mp_init.c
index b7e224363143..8f220a84a28d 100644
--- a/src/soc/intel/common/block/cpu/mp_init.c
+++ b/src/soc/intel/common/block/cpu/mp_init.c
@@ -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 },
};