[coreboot-gerrit] New patch to review for coreboot: x86 BIST: Fix missing include

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Wed Nov 23 22:55:14 CET 2016


Kyösti Mälkki (kyosti.malkki at gmail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17586

-gerrit

commit 8978d6048644022d28d4a90c90498f3bb934849c
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Wed Nov 23 23:54:29 2016 +0200

    x86 BIST: Fix missing include
    
    Change-Id: I3d1a456f17073c99c9502da26e09cfde65380746
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
 src/include/cpu/x86/bist.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/include/cpu/x86/bist.h b/src/include/cpu/x86/bist.h
index ed40ded..9535e69 100644
--- a/src/include/cpu/x86/bist.h
+++ b/src/include/cpu/x86/bist.h
@@ -1,6 +1,8 @@
 #ifndef CPU_X86_BIST_H
 #define CPU_X86_BIST_H
 
+#include <console/console.h>
+
 static inline void report_bist_failure(u32 bist)
 {
 	if (bist != 0) {



More information about the coreboot-gerrit mailing list