Re: [PATCH] arm: mach-k3: common: Set boot_fit on non-GP devices

2022-10-18 Thread Tom Rini
On Fri, Oct 07, 2022 at 11:27:46AM -0500, Andrew Davis wrote: > This matches what we did for pre-K3 devices. This allows us to build > boot commands that can check for our device type at runtime. > > Signed-off-by: Andrew Davis Applied to u-boot/master, thanks! -- Tom signature.asc

[PATCH] arm: mach-k3: common: Set boot_fit on non-GP devices

2022-10-07 Thread Andrew Davis
This matches what we did for pre-K3 devices. This allows us to build boot commands that can check for our device type at runtime. Signed-off-by: Andrew Davis --- arch/arm/mach-k3/common.c | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/mach-k3/common.c