[U-Boot] [PATCH v3 03/28] efi: Drop CONFIG_SYS_TEXT_BASE for EFI

Simon Glass sjg at chromium.org
Wed Aug 5 20:02:38 CEST 2015


On 4 August 2015 at 12:33, Simon Glass <sjg at chromium.org> wrote:
> From: Ben Stoltz <stoltz at google.com>
>
> 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 at google.com>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v3: None
> Changes in v2:
> - Rename CONFIG_ARCH_EFI to CONFIG_EFI_APP
>
>  Kconfig | 1 +
>  1 file changed, 1 insertion(+)

Applied to u-boot-x86.


More information about the U-Boot mailing list