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:
parent
03f4d521a7
commit
16a40a48c2
2 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ config DRAM_DMA_START
|
|||
|
||||
config DRAM_DMA_SIZE
|
||||
hex
|
||||
default 0x00100000
|
||||
default 0x00200000
|
||||
|
||||
choice
|
||||
prompt "BCT boot media"
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ config DRAM_DMA_START
|
|||
|
||||
config DRAM_DMA_SIZE
|
||||
hex
|
||||
default 0x00100000
|
||||
default 0x00200000
|
||||
|
||||
choice
|
||||
prompt "BCT boot media"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue