commit | 1a77d4167f23e6bbecfd737e314da63e464e6e97 | [log] [tgz] |
---|---|---|
author | Jean-Francois Dagenais <jeff.dagenais@gmail.com> | Sun Apr 02 21:44:35 2017 -0400 |
committer | Michal Simek <michal.simek@xilinx.com> | Mon Jun 19 16:53:10 2017 +0200 |
tree | c0fd1d2a6dc341ffacb63dc7e8dcd3d959c09065 | |
parent | 865778a65f78303b5e8f8d9161ffbae57d1f99cb [diff] |
arm64: zynqmp: spl: use given boot_device instead of fetching it again The boot_device argument to spl_boot_mode was massively added without actually modifying the existing functions. This commit actually makes use of the handed value, which is the same. Signed-off-by: Jean-Francois Dagenais <jeff.dagenais@gmail.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>