aboutsummaryrefslogtreecommitdiff
path: root/core/arch/arm/plat-rockchip/conf.mk
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko.stuebner@theobroma-systems.com>2019-10-09 18:14:07 +0200
committerJérôme Forissier <jerome@forissier.org>2019-10-31 15:43:20 +0100
commit9fece2d81b694256d3eca12e47148b0665dfc552 (patch)
tree596d87d92cfffa964eeddc7aad7982619b3ceb68 /core/arch/arm/plat-rockchip/conf.mk
parent890d675199ac46a85d50c7635d0a6867bdef1c8b (diff)
plat-rockchip: move memory layout from platform_config to conf.mk
Makes it easier to integrate additional flavours later on. Signed-off-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com> Acked-by: Kever Yang <kever.yang@rock-chips.com> Acked-by: Jerome Forissier <jerome@forissier.org> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
Diffstat (limited to 'core/arch/arm/plat-rockchip/conf.mk')
-rw-r--r--core/arch/arm/plat-rockchip/conf.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/arch/arm/plat-rockchip/conf.mk b/core/arch/arm/plat-rockchip/conf.mk
index 8e3a9928..6f8c0d96 100644
--- a/core/arch/arm/plat-rockchip/conf.mk
+++ b/core/arch/arm/plat-rockchip/conf.mk
@@ -3,6 +3,11 @@ PLATFORM_FLAVOR ?= rk322x
ifeq ($(PLATFORM_FLAVOR),rk322x)
include ./core/arch/arm/cpu/cortex-a7.mk
$(call force,CFG_TEE_CORE_NB_CORE,4)
+
+CFG_TZDRAM_START ?= 0x68400000
+CFG_TZDRAM_SIZE ?= 0x00200000
+CFG_SHMEM_START ?= 0x68600000
+CFG_SHMEM_SIZE ?= 0x00100000
endif
$(call force,CFG_GENERIC_BOOT,y)