aboutsummaryrefslogtreecommitdiff
path: root/core/arch/arm/plat-rpi3/platform_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/arch/arm/plat-rpi3/platform_config.h')
-rw-r--r--core/arch/arm/plat-rpi3/platform_config.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/arch/arm/plat-rpi3/platform_config.h b/core/arch/arm/plat-rpi3/platform_config.h
index bff1379b..9399e46a 100644
--- a/core/arch/arm/plat-rpi3/platform_config.h
+++ b/core/arch/arm/plat-rpi3/platform_config.h
@@ -70,12 +70,12 @@
#define TEE_SHMEM_START (0x08000000)
#define TEE_SHMEM_SIZE (4 * 1024 * 1024)
-#define TZDRAM_BASE (TEE_SHMEM_START + TEE_SHMEM_SIZE)
-#define TZDRAM_SIZE (32 * 1024 * 1024)
+#define TZDRAM_BASE (0x10100000)
+#define TZDRAM_SIZE (15 * 1024 * 1024)
-#define TEE_RAM_VA_SIZE (4 * 1024 * 1024)
+#define TEE_RAM_VA_SIZE (7 * 1024 * 1024)
-#define TEE_LOAD_ADDR (TZDRAM_BASE + 0x20000)
+#define TEE_LOAD_ADDR TZDRAM_BASE
#define TEE_RAM_PH_SIZE TEE_RAM_VA_SIZE
#define TEE_RAM_START TZDRAM_BASE
@@ -83,6 +83,6 @@
#define TA_RAM_START ROUNDUP((TZDRAM_BASE + TEE_RAM_VA_SIZE), \
CORE_MMU_DEVICE_SIZE)
-# define TA_RAM_SIZE (16 * 1024 * 1024)
+# define TA_RAM_SIZE (8 * 1024 * 1024)
#endif /* PLATFORM_CONFIG_H */