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:
Gabe Black 2013-10-28 23:18:17 -07:00 committed by chrome-internal-fetch
commit c66e228592

View file

@ -44,7 +44,7 @@ config DRAM_SIZE_MB
config DRAM_DMA_START
hex
default 0x83000000
default 0x90000000
config DRAM_DMA_SIZE
hex