Remove duplicated definitions of linker symbols
Many parts of the code were duplicating symbols that are defined in
include/common/bl_common.h. It is better to only use the definitions in
this header.

As all the symbols refer to virtual addresses, they have to be
uintptr_t, not unsigned long. This has also been fixed in bl_common.h.

Change-Id: I204081af78326ced03fb05f69846f229d324c711
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
1 parent f7bf9b0 commit f66053372952f9f30ffc4da28080c36a38e17ce5
@Antonio Nino Diaz Antonio Nino Diaz authored on 25 Jan 2019
Showing 19 changed files
View
bl32/tsp/tsp_main.c
View
include/common/bl_common.h
View
plat/arm/common/tsp/arm_tsp_setup.c
View
plat/arm/css/sgi/sgi_plat.c
View
plat/hisilicon/hikey/hikey_bl2_setup.c
View
plat/hisilicon/hikey/hikey_bl31_setup.c
View
plat/hisilicon/hikey960/hikey960_bl2_setup.c
View
plat/hisilicon/hikey960/hikey960_bl31_setup.c
View
plat/hisilicon/poplar/bl2_plat_setup.c
View
plat/hisilicon/poplar/bl31_plat_setup.c
View
plat/layerscape/common/tsp/ls_tsp_setup.c
View
plat/marvell/common/marvell_bl31_setup.c
View
plat/qemu/qemu_bl31_setup.c
View
plat/qemu/sp_min/sp_min_setup.c
View
plat/rpi3/rpi3_bl31_setup.c
View
plat/socionext/uniphier/tsp/uniphier_tsp_setup.c
View
plat/socionext/uniphier/uniphier_bl2_setup.c
View
plat/xilinx/zynqmp/bl31_zynqmp_setup.c
View
plat/xilinx/zynqmp/tsp/tsp_plat_setup.c