From a3cf00e4bab084a231cbd7cafab3c02342c400e0 Mon Sep 17 00:00:00 2001 From: Yinghai Lu Date: Fri, 6 Apr 2007 19:51:02 +0000 Subject: two more directories from YhLu's mcp55 megapatch. Signed-off-by: Yinghai Lu Signed-off-by: Ed Swierk Signed-off-by: Stefan Reinauer Acked-by: Ward Vandewege Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2589 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/include/cpu/x86/bist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/cpu/x86/bist.h b/src/include/cpu/x86/bist.h index ff66eabe9b..21ea69e67b 100644 --- a/src/include/cpu/x86/bist.h +++ b/src/include/cpu/x86/bist.h @@ -4,7 +4,7 @@ static void report_bist_failure(unsigned long bist) { if (bist != 0) { -#if CONFIG_USE_INIT +#if CONFIG_USE_PRINTK_IN_CAR printk_emerg("BIST failed: %08x", bist); #else print_emerg("BIST failed: "); -- cgit v1.2.3