From 41c3a4fa66deedbd219e0e81dcecf6126fa529a1 Mon Sep 17 00:00:00 2001
From: Dan Handley <dan.handley@arm.com>
Date: Wed, 14 May 2014 15:13:16 +0100
Subject: [PATCH] Remove unused data declarations

Some data variables were declared but not used. These have been
removed.

Change-Id: I038632af3c32d88984cd25b886c43ff763269bf9
---
 include/bl2/bl2.h   |  5 -----
 include/bl31/bl31.h |  5 -----
 plat/fvp/platform.h | 13 -------------
 3 files changed, 23 deletions(-)

diff --git a/include/bl2/bl2.h b/include/bl2/bl2.h
index 24fd1bff0..49b0dc489 100644
--- a/include/bl2/bl2.h
+++ b/include/bl2/bl2.h
@@ -31,11 +31,6 @@
 #ifndef __BL2_H__
 #define __BL2_H__
 
-/******************************************
- * Data declarations
- *****************************************/
-extern unsigned long long bl2_entrypoint;
-
 /******************************************
  * Forward declarations
  *****************************************/
diff --git a/include/bl31/bl31.h b/include/bl31/bl31.h
index 372323fd0..8c5fb720e 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 995044509..0eb124893 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);
-- 
GitLab