Tegra210: new TZDRAM base address

This patch modifies the TZDRAM base address to the new aperture
allocated by the bootloader.

Change-Id: Id158d15b1ec9aa681136d258e90fbba930aebf92
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
This commit is contained in:
Varun Wadekar 2016-09-01 14:59:32 -07:00
parent 2f6f7206a7
commit 8d8d8d095c
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
# POSSIBILITY OF SUCH DAMAGE.
#
TZDRAM_BASE := 0xFDC00000
TZDRAM_BASE := 0xFF800000
$(eval $(call add_define,TZDRAM_BASE))
ERRATA_TEGRA_INVALIDATE_BTB_AT_BOOT := 1