blob: 60da7f2b717f4f4f275b0eceedef961fdf20ad21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
##
## 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
|