Re: [PATCH 1/6] arm: mach-k3: Move SYS_K3_SPL_ATF definition into R5 Kconfig

2024-03-04 Thread Tom Rini
On Thu, Feb 01, 2024 at 06:24:43PM -0600, Andrew Davis wrote: > Loading ATF is only supported from the R5, move the Kconfig symbol > definition to match. > > Signed-off-by: Andrew Davis > Reviewed-by: Igor Opaniuk For the series, applied to u-boot/next, thanks! -- Tom signature.asc

Re: [PATCH 1/6] arm: mach-k3: Move SYS_K3_SPL_ATF definition into R5 Kconfig

2024-02-07 Thread Igor Opaniuk
Hi Andrew, On Fri, Feb 2, 2024 at 1:25 AM Andrew Davis wrote: > > Loading ATF is only supported from the R5, move the Kconfig symbol > definition to match. > > Signed-off-by: Andrew Davis > --- > arch/arm/mach-k3/Kconfig| 7 --- > arch/arm/mach-k3/r5/Kconfig | 6 ++ > 2 files

[PATCH 1/6] arm: mach-k3: Move SYS_K3_SPL_ATF definition into R5 Kconfig

2024-02-01 Thread Andrew Davis
Loading ATF is only supported from the R5, move the Kconfig symbol definition to match. Signed-off-by: Andrew Davis --- arch/arm/mach-k3/Kconfig| 7 --- arch/arm/mach-k3/r5/Kconfig | 6 ++ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/arch/arm/mach-k3/Kconfig