Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-52
Creator: Yinghai Lu <yhlu@tyan.com> USE_DCACHE_RAM instead of CONFIG_DCACHE_RAM in raminit.c git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1968 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
6ca7636c8f
commit
c5d9e3b6dd
|
@ -2308,7 +2308,7 @@ static void sdram_enable(int controllers, const struct mem_controller *ctrl)
|
|||
5. for node interleaving we need to set mem hole to every node ( need recalcute hole offset in f0 for every node)
|
||||
*/
|
||||
|
||||
#if CONFIG_DCACHE_RAM == 0
|
||||
#if USE_DCACHE_RAM == 0
|
||||
/* Make certain the first 1M of memory is intialized */
|
||||
print_debug("Clearing initial memory region: ");
|
||||
|
||||
|
|
Loading…
Reference in New Issue