On Mon, Feb 03, 2025 at 10:42:25AM -0700, Simon Glass wrote:

> Introduce an EFI app for arm64 and update the documentation.
> 
> Provide a value for LOAD_ADDR to avoid a link error.

What's the link error?

[snip]
> diff --git a/board/efi/Kconfig b/board/efi/Kconfig
> index 33bc364861a..75d272d2418 100644
> --- a/board/efi/Kconfig
> +++ b/board/efi/Kconfig
> @@ -45,4 +45,26 @@ source "board/efi/efi-x86_payload/Kconfig"
>  
>  endif  # X86
>  
> +if ARM
> +
> +choice
> +     prompt "Mainboard model"
> +     optional
> +
> +config TARGET_EFI_ARM_APP64
> +     bool "64-bit efi application"

Each of the targets should depend on the correct architecture and then
we don't have duplicate choice/prompt.

-- 
Tom

Attachment: signature.asc
Description: PGP signature

Reply via email to