commit | a459d66e1dae730698ee85b6a9409ea69d684fba | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jul 31 09:31:38 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 05 08:42:41 2015 -0600 |
tree | eb8a8c3e567b858193ce7f3c4c754dda81c73a6e | |
parent | 1930e8de0925504ac5c543a783a6f3e6d2e0914c [diff] |
efi: Display the correct initcall pre-relocation values 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>