nyan: Move the DMA memory region.
This was unfortunately put exactly where depthcharge wants to run. I must have consistently thought "this should be far enough away from everything" and put them in exactly the same spot. BUG=None TEST=With this change and Julius's USB changes, saw that depthcharge was no longer broken by setting up the USB controllers. BRANCH=None Change-Id: I3a44a24d609879b0db046e1e9bc949378f52be94 Signed-off-by: Gabe Black <gabeblack@google.com> Reviewed-on: https://chromium-review.googlesource.com/174953 Reviewed-by: Hung-Te Lin <hungte@chromium.org> Commit-Queue: Gabe Black <gabeblack@chromium.org> Tested-by: Gabe Black <gabeblack@chromium.org>
This commit is contained in:
parent
153712be71
commit
c66e228592
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ config DRAM_SIZE_MB
|
|||
|
||||
config DRAM_DMA_START
|
||||
hex
|
||||
default 0x83000000
|
||||
default 0x90000000
|
||||
|
||||
config DRAM_DMA_SIZE
|
||||
hex
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue