From patchwork Mon May 25 15:53:10 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 246515 List-Id: U-Boot discussion From: sjg at chromium.org (Simon Glass) Date: Mon, 25 May 2020 09:53:10 -0600 Subject: [PATCH v2] x86: chromebook_coral: Fix a build error Message-ID: <20200525095303.v2.1.I2d227dfacdb56d9cbc1e826eb0d974346c817e86@changeid> At present coral does not build due to a missing header file. The need for this was introduced recently on master. Fix it. Fixes: e9a32698517 ("x86: apl: Use devicetree for FSP-M configuration") Signed-off-by: Simon Glass --- Changes in v2: - Add Fixes tag for the first commit that showed this problem arch/x86/cpu/apollolake/fsp_bindings.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/cpu/apollolake/fsp_bindings.c b/arch/x86/cpu/apollolake/fsp_bindings.c index 501cbb7ef3..66f85b0d95 100644 --- a/arch/x86/cpu/apollolake/fsp_bindings.c +++ b/arch/x86/cpu/apollolake/fsp_bindings.c @@ -5,6 +5,7 @@ #include #include +#include #include /**