summaryrefslogtreecommitdiff
path: root/plat/fvp
diff options
context:
space:
mode:
authorDan Handley <dan.handley@arm.com>2014-05-14 15:13:16 +0100
committerAndrew Thoelke <andrew.thoelke@arm.com>2014-05-23 12:15:54 +0100
commit7a9a5f2d22c4f76ae95300fe52129603d29bccc1 (patch)
treef4609307173c4dcb47c48e13a77cf86487546621 /plat/fvp
parentc6bc071020baebc660fc94390b50bc240e34c0a3 (diff)
Remove unused data declarations
Some data variables were declared but not used. These have been removed. Change-Id: I038632af3c32d88984cd25b886c43ff763269bf9
Diffstat (limited to 'plat/fvp')
-rw-r--r--plat/fvp/platform.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/plat/fvp/platform.h b/plat/fvp/platform.h
index 36a3b33..0e3de5f 100644
--- a/plat/fvp/platform.h
+++ b/plat/fvp/platform.h
@@ -423,19 +423,6 @@ typedef struct bl2_to_bl31_params_mem {
/*******************************************************************************
* Function and variable prototypes
******************************************************************************/
-unsigned long *bl1_normal_ram_base;
-unsigned long *bl1_normal_ram_len;
-unsigned long *bl1_normal_ram_limit;
-unsigned long *bl1_normal_ram_zi_base;
-unsigned long *bl1_normal_ram_zi_len;
-
-unsigned long *bl1_coherent_ram_base;
-unsigned long *bl1_coherent_ram_len;
-unsigned long *bl1_coherent_ram_limit;
-unsigned long *bl1_coherent_ram_zi_base;
-unsigned long *bl1_coherent_ram_zi_len;
-unsigned long warm_boot_entrypoint;
-
void bl1_plat_arch_setup(void);
void bl2_plat_arch_setup(void);
void bl31_plat_arch_setup(void);