diff --git a/include/bl2/bl2.h b/include/bl2/bl2.h
index 24fd1bff076b32fb3066ef8225ae75532d475eec..49b0dc4891b7d0c98d609dad297aa778decfc049 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 372323fd0c4834b7e7cfa627cce38895ca0b6b2e..8c5fb720ea84f40a24193806955947f146795739 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 995044509a5f153f44756af40bb0d6001b2a54a2..0eb12489378d5a69d3c6553c110e3503eadef184 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);