[edk2] [PATCH 2/3] ArmPlatformPkg/PrePi RVCT: use relative reference to mSystemMemoryEnd

2016-10-28 Thread Ard Biesheuvel
Bring the RVCT version of the PrePi entry point code in line with the GCC version, by using a relative rather than an absolute reference to the mSystemMemoryEnd variable. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- ArmPlatformPkg/PrePi/Arm/ModuleEntr

Re: [edk2] [PATCH 2/3] ArmPlatformPkg/PrePi RVCT: use relative reference to mSystemMemoryEnd

2016-10-28 Thread Leif Lindholm
On Fri, Oct 28, 2016 at 12:42:53PM +0100, Ard Biesheuvel wrote: > Bring the RVCT version of the PrePi entry point code in line with the > GCC version, by using a relative rather than an absolute reference to > the mSystemMemoryEnd variable. > > Contributed-under: TianoCore Contribution Agreement 1