Re: [PATCH] arm: mach-k3: am642: Provide a way to obtain boot device for non SPLs

2024-05-10 Thread Tom Rini
On Wed, 24 Apr 2024 14:43:20 +0200, Wadim Egorov wrote: > Let's provide get_boot_device() for AM64, similar to what we did > in commit 2f9095e2bf59 ("arm: mach-k3: am625: Provide a way to obtain boot > device for non SPLs") for AM62. > > Applied to u-boot/next, thanks! -- Tom

[PATCH] arm: mach-k3: am642: Provide a way to obtain boot device for non SPLs

2024-04-24 Thread Wadim Egorov
Let's provide get_boot_device() for AM64, similar to what we did in commit 2f9095e2bf59 ("arm: mach-k3: am625: Provide a way to obtain boot device for non SPLs") for AM62. Signed-off-by: Wadim Egorov --- arch/arm/mach-k3/Makefile | 1 + arch/arm/mach-k3/am642_init.c | 92