Elyes Haouas has submitted this change. ( https://review.coreboot.org/c/coreboot/+/71245 )
Change subject: apollolake/include/soc/meminit.h: Add missing stdbool ......................................................................
apollolake/include/soc/meminit.h: Add missing stdbool
stdbool is added through types.h file.
Change-Id: I317faf322a7e73b706724802d99815ab50e655e2 Signed-off-by: Elyes Haouas ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/71245 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Eric Lai eric_lai@quanta.corp-partner.google.com --- M src/soc/intel/apollolake/include/soc/meminit.h 1 file changed, 16 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Eric Lai: Looks good to me, approved
diff --git a/src/soc/intel/apollolake/include/soc/meminit.h b/src/soc/intel/apollolake/include/soc/meminit.h index 06da347..aaa5f9b 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 <stddef.h> -#include <stdint.h> #include <fsp/soc_binding.h> +#include <types.h>
/* * LPDDR4 helper routines for configuring the memory UPD for LPDDR4 operation.