]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm64: zynqmp: spl: use given boot_device instead of fetching it again
authorJean-Francois Dagenais <jeff.dagenais@gmail.com>
Mon, 3 Apr 2017 01:44:35 +0000 (21:44 -0400)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 19 Jun 2017 14:53:10 +0000 (16:53 +0200)
commit8bf62ae7da0eea6a152a9d76d009fb79113a3119
treec0fd1d2a6dc341ffacb63dc7e8dcd3d959c09065
parente3fdf5d05659dbe5ce3f9661a4eb3202005b2be2
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>
arch/arm/cpu/armv8/zynqmp/spl.c