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-govindr...@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
- [PATCH 00/10] AM642-EVM: Add USB support Aswath Govindraju
- [PATCH 01/10] tools: k3_fit_atf: Add support for pr... Aswath Govindraju
- Re: [PATCH 01/10] tools: k3_fit_atf: Add suppor... Lokesh Vutla
- Re: [PATCH 01/10] tools: k3_fit_atf: Add su... Aswath Govindraju
- [PATCH 02/10] arm: mach-k3: am642_init: Add support... Aswath Govindraju
- [PATCH 03/10] arm: mach-k3: am642_init: Do USB fixu... Aswath Govindraju
- [PATCH 04/10] board: ti: am64x: Set the core voltag... Aswath Govindraju
- [PATCH 05/10] arm: dts: k3-am64-main: Add USB DT no... Aswath Govindraju
- [PATCH 06/10] arm: dts: k3-am642-*-evm: Add USB sup... Aswath Govindraju
- [PATCH 07/10] arm: dts: k3-am642-evm-u-boot: Add U-... Aswath Govindraju
- [PATCH 08/10] configs: am64x_evm_*_defconfig: Move ... Aswath Govindraju
- [PATCH 09/10] arm: dts: k3-am64-main: Update the lo... Aswath Govindraju
- [PATCH 10/10] configs: am64: Enable configs to supp... Aswath Govindraju