[PATCH 01/10] tools: k3_fit_atf: Add support for providing ATF load address using a Kconfig symbol

Lokesh Vutla lokeshvutla at ti.com
Thu Jun 3 07:24:36 CEST 2021



On 01/06/21 8:43 pm, Aswath Govindraju wrote:
> Add support for providing ATF load address with a Kconfig symbol.
> 
> Signed-off-by: Aswath Govindraju <a-govindraju at ti.com>
> ---
>  arch/arm/mach-k3/Kconfig   | 7 +++++++
>  arch/arm/mach-k3/config.mk | 1 +
>  tools/k3_fit_atf.sh        | 9 ++++++---
>  3 files changed, 14 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/arm/mach-k3/Kconfig b/arch/arm/mach-k3/Kconfig
> index bfbce44bfa59..2c46d7a3a798 100644
> --- a/arch/arm/mach-k3/Kconfig
> +++ b/arch/arm/mach-k3/Kconfig
> @@ -147,6 +147,13 @@ config SYS_K3_SPL_ATF
>  	  Enabling this will try to start Cortex-A (typically with ATF)
>  	  after SPL from R5.
>  
> +config K3_ATF_LOAD_ADDR
> +	hex "Load address of ATF image"
> +	default 0x7000000

	shouldn't this be 0x70000000 ?

Thanks and regards,
Lokesh



More information about the U-Boot mailing list