From 743e31939c8716eccb6fb6a2445a0406476ebc98 Mon Sep 17 00:00:00 2001 From: Maximilian Brune Date: Sun, 2 Nov 2025 23:11:16 +0100 Subject: [PATCH] drivers/intel/fsp2_0/.../fsp/upd.h: Fix excess endif There is one too many `endif` in this file. The only reason why jenkins never complained is because this is apparently never included (and therefore never compiled) by any code/mainboard in our tree. Signed-off-by: Maximilian Brune Change-Id: Id68d91d5c5365000fc97815d184d48f4b71bcb35 Reviewed-on: https://review.coreboot.org/c/coreboot/+/89869 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Alicja Michalska --- src/drivers/intel/fsp2_0/include/fsp/upd.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/drivers/intel/fsp2_0/include/fsp/upd.h b/src/drivers/intel/fsp2_0/include/fsp/upd.h index 827c95d980..153b174cc3 100644 --- a/src/drivers/intel/fsp2_0/include/fsp/upd.h +++ b/src/drivers/intel/fsp2_0/include/fsp/upd.h @@ -58,7 +58,6 @@ struct FSPM_ARCH_UPD { #error You need to implement this struct for x86_64 FSP #endif -#endif struct FSPS_ARCH_UPD { /// /// Revision of the structure. For FSP v2.2 value is 1.