aboutsummaryrefslogtreecommitdiff
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-22 15:00:30 +0100
commit41c3a4fa66deedbd219e0e81dcecf6126fa529a1 (patch)
tree53eff2e4ea4aa7da1121fc722968f4faaf4335fa
parent1962c0360e7baebcf81e8663fca4e62aaa11a205 (diff)
downloadtrusted-firmware-a-41c3a4fa66deedbd219e0e81dcecf6126fa529a1.tar.gz
Remove unused data declarations
Some data variables were declared but not used. These have been removed. Change-Id: I038632af3c32d88984cd25b886c43ff763269bf9
-rw-r--r--include/bl2/bl2.h5
-rw-r--r--include/bl31/bl31.h5
-rw-r--r--plat/fvp/platform.h13
3 files changed, 0 insertions, 23 deletions
diff --git a/include/bl2/bl2.h b/include/bl2/bl2.h
index 24fd1bff07..49b0dc4891 100644
--- a/include/bl2/bl2.h
+++ b/include/bl2/bl2.h
@@ -32,11 +32,6 @@
#define __BL2_H__
/******************************************
- * Data declarations
- *****************************************/
-extern unsigned long long bl2_entrypoint;
-
-/******************************************
* Forward declarations
*****************************************/
struct meminfo;
diff --git a/include/bl31/bl31.h b/include/bl31/bl31.h
index 372323fd0c..8c5fb720ea 100644
--- a/include/bl31/bl31.h
+++ b/include/bl31/bl31.h
@@ -33,11 +33,6 @@
#include <stdint.h>
-/*******************************************************************************
- * Data declarations
- ******************************************************************************/
-extern unsigned long bl31_entrypoint;
-
/******************************************
* Forward declarations
*****************************************/
diff --git a/plat/fvp/platform.h b/plat/fvp/platform.h
index 995044509a..0eb1248937 100644
--- a/plat/fvp/platform.h
+++ b/plat/fvp/platform.h
@@ -404,19 +404,6 @@ struct meminfo;
/*******************************************************************************
* 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);