diff options
author | Ben Stoltz <stoltz@google.com> | 2015-07-31 15:31:37 (GMT) |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-08-05 14:42:41 (GMT) |
commit | 9b2174984e58972e657292dc8ff08e8d58dfbf06 (patch) | |
tree | b97daa0ceed4eb9e4d93903201ba0b9bb1599dc5 /board/mosaixtech | |
parent | 867a6ac86dd823de409752e9ca5dc8f4d4880f26 (diff) | |
download | u-boot-fsl-qoriq-9b2174984e58972e657292dc8ff08e8d58dfbf06.tar.xz |
efi: Avoid using non-existent text base
When U-Boot runs as an EFI application is does not have a definition of
CONFIG_SYS_TEXT_BASE. U-Boot is a relocatable application and the relocation
is done by EFI. U-Boot can be loaded at any address.
This is similar to how sandbox works. Adjust the early board init to deal
with this.
Signed-off-by: Ben Stoltz <stoltz@google.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'board/mosaixtech')
0 files changed, 0 insertions, 0 deletions