All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [PATCH v2] x86: chromebook_coral: Fix a build error
Date: Mon, 25 May 2020 09:53:10 -0600	[thread overview]
Message-ID: <20200525095303.v2.1.I2d227dfacdb56d9cbc1e826eb0d974346c817e86@changeid> (raw)

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

             reply	other threads:[~2020-05-25 15:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-25 15:53 Simon Glass [this message]
2020-05-26  7:30 ` [PATCH v2] x86: chromebook_coral: Fix a build error Bin Meng

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200525095303.v2.1.I2d227dfacdb56d9cbc1e826eb0d974346c817e86@changeid \
    --to=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.