From 90b3a6acb50a0361698c3674d487335f6abb91b8 Mon Sep 17 00:00:00 2001 From: Dan Handley Date: Mon, 27 Apr 2015 11:49:22 +0100 Subject: Add linker symbol declarations to bl_common.h Add extern declarations of linker symbols to bl_common.h. These are used by platform ports to determine the memory layout of BL images. Adding the declarations to this file facilitates removal of these declarations from the platform porting source files in subsequent patches. Also remove the linker symbol declarations from common TSP source code. Change-Id: I8ed0426bc815317c4536b588e4e78bc15b4fe91c --- bl32/tsp/tsp_main.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'bl32/tsp') diff --git a/bl32/tsp/tsp_main.c b/bl32/tsp/tsp_main.c index d8895b2f9..2a4ce4f9d 100644 --- a/bl32/tsp/tsp_main.c +++ b/bl32/tsp/tsp_main.c @@ -38,12 +38,6 @@ #include #include "tsp_private.h" -/******************************************************************************* - * Declarations of linker defined symbols which will help us find the layout - * of trusted SRAM - ******************************************************************************/ -extern unsigned long __RO_START__; -extern unsigned long __BL32_END__; /******************************************************************************* * Lock to control access to the console -- cgit v1.2.3