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 <maximilian.brune@9elements.com> Change-Id: Id68d91d5c5365000fc97815d184d48f4b71bcb35 Reviewed-on: https://review.coreboot.org/c/coreboot/+/89869 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Alicja Michalska <ahplka19@gmail.com>
This commit is contained in:
parent
2aadfc2b5e
commit
743e31939c
1 changed files with 0 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue