From 63d5fc61349b923ffa51502804792d27833c3b64 Mon Sep 17 00:00:00 2001 From: Jeremy Compostella Date: Thu, 1 Feb 2024 14:30:48 -0800 Subject: soc/intel/xeon_sp/bootblock: Fix out of order header files Change-Id: If0397f5cc8d0f4f1872bd37a001fe42e0c37ec96 Signed-off-by: Jeremy Compostella Reviewed-on: https://review.coreboot.org/c/coreboot/+/80301 Reviewed-by: Subrata Banik Tested-by: build bot (Jenkins) Reviewed-by: Shuo Liu --- src/soc/intel/xeon_sp/bootblock.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/soc/intel/xeon_sp/bootblock.c b/src/soc/intel/xeon_sp/bootblock.c index cc839efc57..62ca48f7c2 100644 --- a/src/soc/intel/xeon_sp/bootblock.c +++ b/src/soc/intel/xeon_sp/bootblock.c @@ -1,18 +1,18 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include +#include +#include #include +#include #include #include -#include -#include -#include -#include #include +#include #include -#include #include -#include +#include +#include const FSPT_UPD temp_ram_init_params = { .FspUpdHeader = { -- cgit v1.2.3