From 9693bcb4c4826c6f672f88a6777bc459cb0920da Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Fri, 23 Dec 2022 08:47:07 +0100 Subject: [PATCH] apollolake/include/soc/meminit.h: Add missing stdbool stdbool is added through types.h file. Change-Id: I317faf322a7e73b706724802d99815ab50e655e2 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/71245 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai --- src/soc/intel/apollolake/include/soc/meminit.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/soc/intel/apollolake/include/soc/meminit.h b/src/soc/intel/apollolake/include/soc/meminit.h index 06da347078..aaa5f9b352 100644 --- a/src/soc/intel/apollolake/include/soc/meminit.h +++ b/src/soc/intel/apollolake/include/soc/meminit.h @@ -3,9 +3,8 @@ #ifndef _SOC_APOLLOLAKE_MEMINIT_H_ #define _SOC_APOLLOLAKE_MEMINIT_H_ -#include -#include #include +#include /* * LPDDR4 helper routines for configuring the memory UPD for LPDDR4 operation.