commit | b7e4124881439499a93c6e5e907a0f5cdcb99016 | [log] [tgz] |
---|---|---|
author | Ben Stoltz <stoltz@google.com> | Tue Aug 04 12:33:41 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 05 08:44:05 2015 -0600 |
tree | 55ba4eef4f0ddd91e5e088a70ac46ad8744b8290 | |
parent | 5a991bd3049a109d4bed0db762afbe94e3c97bf8 [diff] |
efi: Drop CONFIG_SYS_TEXT_BASE for EFI 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. Ensure that this CONFIG option is not set in this case. Signed-off-by: Ben Stoltz <stoltz@google.com> Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>