fix(AArch64): Fix issue in processing dynamic relocations

Fixes issue in processing dynamic relocations, when
relocation entries not matching R_AARCH64_RELATIVE type are found.
Linker might generate entries of relocation type R_AARCH64_NONE
(code 0), which should be ignored to make the code boot.
Similar fix done in TF-A (db9736e3d86d7098f9785a9db834746a8b2ed335)

Signed-off-by: Shruti Gupta <shruti.gupta@arm.com>
Change-Id: Ibc769efa322618f59c05a6b1596555fc1b00b57b
1 file changed