aboutsummaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/ipq806x/Kconfig
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2014-06-12 10:02:59 -0700
committerMarc Jones <marc.jones@se-eng.com>2015-01-04 00:15:34 +0100
commit6b33286e958780f52216d9b787158c9598671b88 (patch)
tree3c9abef88e106462b0d2ee02ebeaf5d6b3b90ae5 /src/soc/qualcomm/ipq806x/Kconfig
parent028cba9266e531d9d7c5e39432bbb7eeda6398ed (diff)
ipq806x: move translation table out of the way
Depthcharge clears up all unused DRAM before starting Linux, and does not know the translation table location. Instead of adding an exclusion term to the memory wipe descriptor let's move the table to the top of IMEM, it is also likely to be a good location in the future, when EFS is introduced. BUG=chrome-os-partner:27782 TEST=manual . built and ran firmware on ap148 Original-Change-Id: I76546438d243076dda4d0eb3f784e0b5a8a1fa22 Original-Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Original-Reviewed-on: https://chromium-review.googlesource.com/203624 Original-Reviewed-by: Julius Werner <jwerner@chromium.org> (cherry picked from commit 4250f8574d6cc0bbec5ba0411f22d801f034afb8) Signed-off-by: Marc Jones <marc.jones@se-eng.com> Change-Id: I12cd74e3d318b878e7703414a7ddaaed0812cb7a Reviewed-on: http://review.coreboot.org/8057 Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/soc/qualcomm/ipq806x/Kconfig')
-rw-r--r--src/soc/qualcomm/ipq806x/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/qualcomm/ipq806x/Kconfig b/src/soc/qualcomm/ipq806x/Kconfig
index 2298fc0a99..ca7f5d4f09 100644
--- a/src/soc/qualcomm/ipq806x/Kconfig
+++ b/src/soc/qualcomm/ipq806x/Kconfig
@@ -72,6 +72,6 @@ config CBFS_CACHE_SIZE
config TTB_BUFFER
hex "memory address for page tables"
- default 0x405c0000
+ default 0x2a05c000
endif