git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2083 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
16 lines
263 B
Plaintext
16 lines
263 B
Plaintext
##
|
|
## CPU initialization
|
|
##
|
|
uses _RAMBASE
|
|
uses USE_DCACHE_RAM
|
|
|
|
##
|
|
## Assumes RAM already initialiazed
|
|
## This is true for the Apache board, but may
|
|
## not be for other 970 systems.
|
|
##
|
|
default USE_DCACHE_RAM=0
|
|
|
|
initinclude "FAMILY_INIT" cpu/ppc/ppc970/ppc970.inc
|
|
|