From c66e22859252eaebceb07a3118ac61f4cf6289eb Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 28 Oct 2013 23:18:17 -0700 Subject: [PATCH] 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 Reviewed-on: https://chromium-review.googlesource.com/174953 Reviewed-by: Hung-Te Lin Commit-Queue: Gabe Black Tested-by: Gabe Black --- src/mainboard/google/nyan/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/nyan/Kconfig b/src/mainboard/google/nyan/Kconfig index 4b80ed29e3..d0dea86c0f 100644 --- a/src/mainboard/google/nyan/Kconfig +++ b/src/mainboard/google/nyan/Kconfig @@ -44,7 +44,7 @@ config DRAM_SIZE_MB config DRAM_DMA_START hex - default 0x83000000 + default 0x90000000 config DRAM_DMA_SIZE hex