mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Don't disable the CACHE_RAM_BASE option, I was testing something else
and this got left disabled, oops.
This commit is contained in:
parent
b9f139241c
commit
bcced4ec0c
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ option _RAMBASE=0x00008000
|
||||||
|
|
||||||
## For the trick of using cache as ram
|
## For the trick of using cache as ram
|
||||||
## put the fake ram location at this address
|
## put the fake ram location at this address
|
||||||
#option CACHE_RAM_BASE=0xfff70000
|
option CACHE_RAM_BASE=0xfff70000
|
||||||
option CACHE_RAM_SIZE=0x00010000
|
option CACHE_RAM_SIZE=0x00010000
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|
Loading…
Add table
Reference in a new issue