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>
This commit is contained in:
parent
411aba22bf
commit
9693bcb4c4
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue