commit | b805c35ae30f595bddffea6de6ebea96f778b3f7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 24 18:19:54 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 06 14:48:19 2016 -0400 |
tree | d13eab6bd8ed99eb98c15aef9a7e85b260a244f2 | |
parent | 6b2e4dbb96ec235eec5947967509782c6e306336 [diff] |
spl: Add a parameter to jump_to_image_linux() Instead of using the global spl_image variable, pass the required struct in as an argument. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>