[PATCH] x86: chromebook_coral: Fix a build error

Simon Glass sjg at chromium.org
Mon May 25 04:38:13 CEST 2020


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 at 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>
 
 /**
-- 
2.27.0.rc0.183.gde8f92d652-goog



More information about the U-Boot mailing list