Nyan: Set DMA Reserve to 2MB

When using LPAE, the address space is split to 2MB blocks. This change makes
the space reserved for DMA consistent with the block size.

TEST=Booted nyan with and without LPAE. Built nyan_big.
BUG=None
BRANCH=None
Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org>
Tested-by: Daisuke Nojiri <dnojiri@chromium.org>

Change-Id: I75c77484f6ca9f23b583ef651956d0265a9b4474
Reviewed-on: https://chromium-review.googlesource.com/188571
Reviewed-by: Julius Werner <jwerner@chromium.org>
Commit-Queue: Daisuke Nojiri <dnojiri@chromium.org>
Tested-by: Daisuke Nojiri <dnojiri@chromium.org>
This commit is contained in:
Daisuke Nojiri 2014-03-03 12:11:40 -08:00 committed by chrome-internal-fetch
commit 16a40a48c2
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ config DRAM_DMA_START
config DRAM_DMA_SIZE
hex
default 0x00100000
default 0x00200000
choice
prompt "BCT boot media"

View file

@ -47,7 +47,7 @@ config DRAM_DMA_START
config DRAM_DMA_SIZE
hex
default 0x00100000
default 0x00200000
choice
prompt "BCT boot media"