x86 BIST: Fix missing include

Change-Id: I3d1a456f17073c99c9502da26e09cfde65380746
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/17586
Tested-by: build bot (Jenkins)
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Kyösti Mälkki 2016-11-23 23:54:29 +02:00
parent 507c9c5976
commit 619a245def
1 changed files with 2 additions and 0 deletions

View File

@ -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) {