commit | 7723a3412197f65ab0e567f63439a3b9ce563eb9 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sat May 14 23:42:28 2016 +0200 |
committer | Andreas Bießmann <andreas@biessmann.org> | Sun Jun 26 20:17:22 2016 +0200 |
tree | 3d1946942d09db188224eca2a0f2403a72f4ab73 | |
parent | 64d64bbbb086d81edad4bfd779709fd58a0e5f2f [diff] |
ARM: at91: Don't invoke spl_boot_device() twice Since the spl_boot_mode() is now passed the boot device to boot from, make use of it instead of inquiring for the boot device again. This allows board_boot_order() to function correctly. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Andreas Bießmann <andreas.devel@googlemail.com> Reviewed-by: Andreas Bießmann <andreas@biessmann.org>