two more directories from YhLu's mcp55 megapatch.

Signed-off-by: Yinghai Lu <yinghai.lu at amd.com>
Signed-off-by: Ed Swierk <eswierk at arastra.com>
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Ward Vandewege <ward at gnu.org>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2589 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Yinghai Lu
2007-04-06 19:51:02 +00:00
committed by Stefan Reinauer
parent 21332b80d0
commit a3cf00e4ba
2 changed files with 3 additions and 2 deletions

View File

@@ -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: ");