Home
last modified time | relevance | path

Searched hist:f134ed7df1167c6b2f0a62e3765abedced3feacc (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/lib/
H A Dinitcall.cf134ed7df1167c6b2f0a62e3765abedced3feacc Fri Jul 31 15:31:38 UTC 2015 Simon Glass <sjg@chromium.org> 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>