
21 Nov
2016
21 Nov
'16
5:20 p.m.
On 11/21/2016 07:48 AM, Alexander Graf wrote:
On 20/11/2016 15:57, Andre Przywara wrote:
Since entry_point and load_addr are addresses, they should be represented as longs to cover the whole address space and to avoid warning when compiling the SPL in 64-bit. Also adjust debug prints to add the 'l' specifier, where needed.
Signed-off-by: Andre Przywara andre.przywara@arm.com
I'm surprised York didn't stumble over this yet :).
I guess the debug is not turned on by default for compiling test.
York