commit | 9419f48deed7805b738f7012382000fc35818395 | [log] [tgz] |
---|---|---|
author | Wadim Egorov <w.egorov@phytec.de> | Wed Apr 24 14:43:20 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri May 10 11:33:00 2024 -0600 |
tree | 3fe0fbd45278f1375bc80e774997dba0753df5d5 | |
parent | 645f75f6884a22905b0e3790ca9254fa1a13216e [diff] |
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>