commit | de97ff3bc6e939f323a2e8f343b47aaf2218ade9 | [log] [tgz] |
---|---|---|
author | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | Fri Jan 25 13:28:38 2019 +0000 |
committer | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | Fri Feb 01 12:24:57 2019 +0000 |
tree | ee4679495a390326c21fb528194bb68cd4340671 | |
parent | c52dca42d1924b7ab34dd9dce83b451867c97247 [diff] |
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>