diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-12-23 08:47:07 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2023-01-01 02:47:17 +0000 |
commit | 9693bcb4c4826c6f672f88a6777bc459cb0920da (patch) | |
tree | 0b6f12a380febbf20b26d83f3c0579223ba7be97 /src/soc/intel | |
parent | 411aba22bfb3a4a0f7f2c11e10bdb4bb0c7cbe4d (diff) |
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>
Diffstat (limited to 'src/soc/intel')
-rw-r--r-- | src/soc/intel/apollolake/include/soc/meminit.h | 3 |
1 files changed, 1 insertions, 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 <stddef.h> -#include <stdint.h> #include <fsp/soc_binding.h> +#include <types.h> /* * LPDDR4 helper routines for configuring the memory UPD for LPDDR4 operation. |