
3 Aug
2015
3 Aug
'15
1:37 a.m.
On 31 July 2015 at 09:31, Simon Glass sjg@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 this flag implies.
Instead, just add a special case for EFI.
Signed-off-by: Simon Glass sjg@chromium.org Reviewed-by: Bin Meng bmeng.cn@gmail.com
Changes in v2:
- Rename CONFIG_ARCH_EFI to CONFIG_EFI_APP
- Rename ImageBase to image_base
lib/initcall.c | 4 ++++ 1 file changed, 4 insertions(+)
Applied to u-boot-x86.