storm: Put the page table at a correct address
The recently introduced page table location value is wrong, it overlaps with other areas of the code. This patch fixes the location, a more robust scheme is needed for memory layout management. BUG=none TEST=manual . occasional random failures disappear after this patch is applied Change-Id: Idc9047d38712736c5e8197e933c373488b333649 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/202641 Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
parent
ad18a605b4
commit
d26bb18e50
1 changed files with 1 additions and 1 deletions
|
|
@ -73,6 +73,6 @@ config CBFS_CACHE_SIZE
|
|||
|
||||
config TTB_BUFFER
|
||||
hex "memory address for page tables"
|
||||
default 0x405f0000
|
||||
default 0x405c0000
|
||||
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue