commit | ee76b4a5c3332d21287914af1420efc0bafc4ca3 | [log] [tgz] |
---|---|---|
author | Marek Behún <marek.behun@nic.cz> | Mon Aug 16 15:19:37 2021 +0200 |
committer | Stefan Roese <sr@denx.de> | Wed Sep 01 08:09:24 2021 +0200 |
tree | c9106d1e18d2bd28aca457ba3ca4385209f4fa6e | |
parent | 6584ccfaaf8f8a57544cc0ec7ddbd265d53648bc [diff] |
arm: mvebu: Move get_boot_device() to cpu.c and make visible Move the function get_boot_device() from spl.c to cpu.c. Make it visible, so that it may be used from other files. Signed-off-by: Marek Behún <marek.behun@nic.cz> Reviewed-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>