]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: mach-k3: am642: Provide a way to obtain boot device for non SPLs
authorWadim Egorov <w.egorov@phytec.de>
Wed, 24 Apr 2024 12:43:20 +0000 (14:43 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 10 May 2024 17:33:00 +0000 (11:33 -0600)
commit9419f48deed7805b738f7012382000fc35818395
tree3fe0fbd45278f1375bc80e774997dba0753df5d5
parent645f75f6884a22905b0e3790ca9254fa1a13216e
arm: mach-k3: am642: Provide a way to obtain boot device for non SPLs

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 <w.egorov@phytec.de>
arch/arm/mach-k3/Makefile
arch/arm/mach-k3/am642_init.c
arch/arm/mach-k3/am64x/Makefile [new file with mode: 0644]
arch/arm/mach-k3/am64x/boot.c [new file with mode: 0644]