diff options
author | Jaehoon Kim <jh228.kim@samsung.com> | 2016-06-01 12:59:04 +0900 |
---|---|---|
committer | jino.cho <jino.cho@samsung.com> | 2016-12-05 17:02:10 +0900 |
commit | 54e812b5d00a4e943644de1546c616bd801126c4 (patch) | |
tree | 72cb3bce083f98e68709a129104e07baaa0aa1b9 | |
parent | 3798d7b6afde8c011dfdc23b2e1fcd3596606840 (diff) | |
download | u-boot-artik-54e812b5d00a4e943644de1546c616bd801126c4.tar.gz u-boot-artik-54e812b5d00a4e943644de1546c616bd801126c4.tar.bz2 u-boot-artik-54e812b5d00a4e943644de1546c616bd801126c4.zip |
exynos: artik10: resize CONFIG_TRUSTZONE_RESERVED_DRAM to 24MB
This patch resizes trustzone reserved dram area
from 0x1600000 to 0x1800000.
For secure OS,
we want to reserve secure DRAM region as 24MB like below:
[Secure OS Memory Information for ARTIK10]
--------------------- 0xC000_0000
Secure OS
(8MB)
--------------------- 0xBF80_0000
Frame Buffer
(16MB, To be used)
--------------------- 0xBE80_0000
Change-Id: Ie7c6ae569f0b5a7601bf2a4ffd6a25f0d857d196
Signed-off-by: Jaehoon Kim <jh228.kim@samsung.com>
-rw-r--r-- | include/configs/artik10.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/artik10.h b/include/configs/artik10.h index cc582083e..28179f110 100644 --- a/include/configs/artik10.h +++ b/include/configs/artik10.h @@ -37,7 +37,7 @@ #include <configs/artik_common.h> /* TRUSTZONE */ -#define CONFIG_TRUSTZONE_RESERVED_DRAM 0x1600000 +#define CONFIG_TRUSTZONE_RESERVED_DRAM 0x1800000 #define CONFIG_SPL_TEXT_BASE 0x02027000 #define CONFIG_PHY_IRAM_BASE (0x02020000) |