diff mbox series

x86: chromebook_coral: Fix a build error

Message ID 20200524203809.1.I2d227dfacdb56d9cbc1e826eb0d974346c817e86@changeid
State Superseded
Headers show
Series x86: chromebook_coral: Fix a build error | expand

Commit Message

Simon Glass May 25, 2020, 2:38 a.m. UTC
At present coral does not build due to a missing header file. The need
for this was introduced recently on master. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 arch/x86/cpu/apollolake/fsp_bindings.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Bin Meng May 25, 2020, 2:42 a.m. UTC | #1
Hi Simon,

On Mon, May 25, 2020 at 10:38 AM Simon Glass <sjg@chromium.org> wrote:
>
> At present coral does not build due to a missing header file. The need
> for this was introduced recently on master. Fix it.

Could you please include a "Fixes: commit-id" tag?

>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>
>  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 <common.h>
>  #include <dm.h>
> +#include <log.h>
>  #include <asm/arch/fsp_bindings.h>
>
>  /**
> --

Regards,
Bin
diff mbox series

Patch

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 <common.h>
 #include <dm.h>
+#include <log.h>
 #include <asm/arch/fsp_bindings.h>
 
 /**