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

2024-10-31 Thread Garrett Giordano
Hey Bryan! On 10/30/24 14:54, Bryan Brattlof wrote: Hi Garrett! On October 30, 2024 thus sayeth Garrett Giordano: Introduce get_boot_device() to obtain the booting device. Make it also available for non SPL builds so u-boot can also know the device it is booting from. All looks good but I'm

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

2024-10-30 Thread Bryan Brattlof
Hi Garrett! On October 30, 2024 thus sayeth Garrett Giordano: > Introduce get_boot_device() to obtain the booting device. Make it also > available for non SPL builds so u-boot can also know the device it > is booting from. > All looks good but I'm trying to understand the scenario. Are we using

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

2024-10-30 Thread Garrett Giordano
Introduce get_boot_device() to obtain the booting device. Make it also available for non SPL builds so u-boot can also know the device it is booting from. Signed-off-by: Garrett Giordano --- arch/arm/mach-k3/Makefile | 1 + arch/arm/mach-k3/am62ax/Makefile | 1 + arch/arm/ma