commit | 29d357d7bfa5e942ecc8cf735c3742658faa1b78 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Nov 30 15:30:52 2016 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 09 08:40:15 2016 -0500 |
tree | 9b93f22d17d7d7a8a9314e8f7971372847b35b69 | |
parent | 540bfe7daaadafd83fadb5b0e2e8b6e7af017768 [diff] |
spl: Pass the loader into spl_load_image() Rather than have this function figure out the correct loader again, pass it in as a parameter. Signed-off-by: Simon Glass <sjg@chromium.org>