FSP: Fix relocation of TE Images Adjust the calculations to eliminate the carry bit. When doing 64-bit math, this bit was showing up in the ImageBase address. Also remove the second adjustment for the fixup_offset. This was causing an error in the ImageBase address. Verified by manually running the bct tool on the FSP binary and comparing the output with the code after relocation. BRANCH=none BUG=None TEST=Build and run on cyan Change-Id: Ifb277133d326336a08dd46138494a75cb1a1db3d Signed-off-by: Lee Leahy <[email protected]> Reviewed-on: https://chromium-review.googlesource.com/271223 Reviewed-by: Aaron Durbin <[email protected]> Commit-Queue: Hannah Williams <[email protected]> Tested-by: Hannah Williams <[email protected]>