Add linker symbol declarations to bl_common.h
authorDan Handley <dan.handley@arm.com>
Mon, 27 Apr 2015 10:49:22 +0000 (11:49 +0100)
committerDan Handley <dan.handley@arm.com>
Tue, 28 Apr 2015 18:50:56 +0000 (19:50 +0100)
commit90b3a6acb50a0361698c3674d487335f6abb91b8
treee8f4ba3f9608d84f4907b6e59636e138250a6d33
parentc04d2606f6fb82aaf1fa341e61b834fff8f3db1c
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
include/common/bl_common.h