We call this cache as ram everywhere, so let's call it the same in Kconfig
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Myles Watson <mylesgw@gmail.com> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5756 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
849498d447
commit
704b59662d
87 changed files with 114 additions and 114 deletions
|
|
@ -4,7 +4,7 @@
|
|||
static void report_bist_failure(u32 bist)
|
||||
{
|
||||
if (bist != 0) {
|
||||
#if CONFIG_USE_DCACHE_RAM
|
||||
#if CONFIG_CACHE_AS_RAM
|
||||
printk(BIOS_EMERG, "BIST failed: %08x", bist);
|
||||
#else
|
||||
print_emerg("BIST failed: ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue