summaryrefslogtreecommitdiff
path: root/plat
diff options
context:
space:
mode:
authorachingupta <achin.gupta@arm.com>2014-06-12 09:12:52 +0100
committerachingupta <achin.gupta@arm.com>2014-06-12 09:12:52 +0100
commit4c5f8dc9a5f1da399a6370c2b7940556c220d73c (patch)
tree7905657ff21f9fba0e14cd2c5ecff61db7f152f8 /plat
parent2b677652e0c1a729a8bbd364bf374cbc23e5094f (diff)
parent743a6111f6d2c0fda36a0f42b204f76bab278da3 (diff)
Merge pull request #125 from sandrine-bailleux/sb/remove-bl2_el_change_mem_ptr
fvp: Remove unused 'bl2_el_change_mem_ptr' variable
Diffstat (limited to 'plat')
-rw-r--r--plat/fvp/bl2_fvp_setup.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/plat/fvp/bl2_fvp_setup.c b/plat/fvp/bl2_fvp_setup.c
index 72580f9..de9c6a4 100644
--- a/plat/fvp/bl2_fvp_setup.c
+++ b/plat/fvp/bl2_fvp_setup.c
@@ -67,9 +67,6 @@ extern unsigned long __COHERENT_RAM_END__;
#define BL2_COHERENT_RAM_BASE (unsigned long)(&__COHERENT_RAM_START__)
#define BL2_COHERENT_RAM_LIMIT (unsigned long)(&__COHERENT_RAM_END__)
-/* Pointer to memory visible to both BL2 and BL31 for passing data */
-extern unsigned char **bl2_el_change_mem_ptr;
-
/* Data structure which holds the extents of the trusted SRAM for BL2 */
static meminfo_t bl2_tzram_layout
__attribute__ ((aligned(PLATFORM_CACHE_LINE_SIZE),