All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] x86: chromebook_coral: Fix a build error
@ 2020-05-25 15:53 Simon Glass
  2020-05-26  7:30 ` Bin Meng
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Glass @ 2020-05-25 15:53 UTC (permalink / raw)
  To: u-boot

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 <sjg@chromium.org>
---

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH v2] x86: chromebook_coral: Fix a build error
  2020-05-25 15:53 [PATCH v2] x86: chromebook_coral: Fix a build error Simon Glass
@ 2020-05-26  7:30 ` Bin Meng
  0 siblings, 0 replies; 2+ messages in thread
From: Bin Meng @ 2020-05-26  7:30 UTC (permalink / raw)
  To: u-boot

Hi Simon,

On Mon, May 25, 2020 at 11:53 PM 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.
>
> Fixes: e9a32698517 ("x86: apl: Use devicetree for FSP-M configuration")
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---

Thanks! This patch has not arrived to mainline yet, so I will squash
this commit into e9a32698517 on u-boot-x86/master.

>
> 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(+)

Regards,
Bin

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-26  7:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-25 15:53 [PATCH v2] x86: chromebook_coral: Fix a build error Simon Glass
2020-05-26  7:30 ` Bin Meng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.