commit | ca12e65caa42dc9c095cce0990ae94d41cf62a71 | [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 | 71316c1d8c1799b444d14cfb00eaacb6cf1ce44a [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>