[PATCH v2 1/3] spl: Kconfig: Fix SPL_OPTEE_IMAGE dependency
Jagan Teki
jagan at edgeble.ai
Wed Dec 14 18:35:35 CET 2022
On Thu, 3 Nov 2022 at 11:50, Jagan Teki <jagan at edgeble.ai> wrote:
>
> fdt_addr will build as part of SPL_LOAD_FIT or SPL_LOAD_FIT_FULL
> which is indeed required to build optee image support in SPL.
>
> common/spl/spl.c: In function ‘jump_to_image_optee’:
> common/spl/spl.c:220:46: error: ‘struct spl_image_info’ has no member named ‘fdt_addr’
> 220 | spl_optee_entry(NULL, NULL, spl_image->fdt_addr,
>
> Fix the dependency support.
>
> Signed-off-by: Jagan Teki <jagan at edgeble.ai>
> ---
Tom, please apply this fix.
Jagan.
More information about the U-Boot
mailing list