[PATCH 1/6] arm: mach-k3: Add default ATF location for AM62/AM62a
Bryan Brattlof
bb at ti.com
Wed Mar 6 14:27:09 CET 2024
On February 14, 2024 thus sayeth Andrew Davis:
> There is a default ATF load address that is used for devices that have
> ATF running in SRAM. For AM62 and AM62a, ATF runs from DRAM. Instead
> of having to override the address in every defconfig, make add a
> default for these ATF in DRAM devices.
>
> Signed-off-by: Andrew Davis <afd at ti.com>
Acked-by: Bryan Brattlof <bb at ti.com>
> ---
> arch/arm/mach-k3/Kconfig | 5 +++--
> configs/am62ax_evm_a53_defconfig | 1 -
> configs/am62x_beagleplay_a53_defconfig | 1 -
> configs/am62x_evm_a53_defconfig | 1 -
> configs/phycore_am62x_a53_defconfig | 1 -
> configs/verdin-am62_a53_defconfig | 1 -
> 6 files changed, 3 insertions(+), 7 deletions(-)
>
> diff --git a/arch/arm/mach-k3/Kconfig b/arch/arm/mach-k3/Kconfig
> index 03898424c95..0bd3f9fa12d 100644
> --- a/arch/arm/mach-k3/Kconfig
> +++ b/arch/arm/mach-k3/Kconfig
> @@ -123,10 +123,11 @@ config SYS_K3_SPL_ATF
>
> config K3_ATF_LOAD_ADDR
> hex "Load address of ATF image"
> + default 0x9e780000 if (SOC_K3_AM625 || SOC_K3_AM62A7)
I went ahead an added this to the TODO for 62p's respin
~Bryan
More information about the U-Boot
mailing list