Re: [U-Boot] [PATCH v2 21/47] efi: Display the correct initcall pre-relocation values

2015-08-02 Thread Simon Glass
On 31 July 2015 at 09:31, Simon Glass s...@chromium.org wrote: With EFI the start address of U-Boot is specified differently. We could consider just setting GD_FLG_RELOC and then setting up reloc_off. But that flag has other implementations and we are not able to use U-Boot relocation which

[U-Boot] [PATCH v2 21/47] efi: Display the correct initcall pre-relocation values

2015-07-31 Thread Simon Glass
With EFI the start address of U-Boot is specified differently. We could consider just setting GD_FLG_RELOC and then setting up reloc_off. But that flag has other implementations and we are not able to use U-Boot relocation which this flag implies. Instead, just add a special case for EFI.