diff options
Diffstat (limited to 'plat/fvp/platform.h')
-rw-r--r-- | plat/fvp/platform.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plat/fvp/platform.h b/plat/fvp/platform.h index bd76d67..07c79d9 100644 --- a/plat/fvp/platform.h +++ b/plat/fvp/platform.h @@ -248,7 +248,10 @@ /******************************************************************************* * BL32 specific defines. ******************************************************************************/ +#define TSP_SEC_MEM_BASE TZDRAM_BASE +#define TSP_SEC_MEM_SIZE TZDRAM_SIZE #define BL32_BASE (TZDRAM_BASE + 0x2000) +#define BL32_LIMIT (TZDRAM_BASE + (1 << 21)) /******************************************************************************* * Platform specific page table and MMU setup constants |