UPSTREAM: x86 BIST: Fix missing include
BUG=None BRANCH=None TEST=None Signed-off-by: Kysti Mlkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/17586 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber <nico.h@gmx.de> Change-Id: I3d1a456f17073c99c9502da26e09cfde65380746 Reviewed-on: https://chromium-review.googlesource.com/415078 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
842be99dac
commit
fbc1bf0c8d
1 changed files with 2 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue