]> git.ipfire.org Git - people/ms/u-boot.git/commit
spl: Pass the loader into spl_load_image()
authorSimon Glass <sjg@chromium.org>
Wed, 30 Nov 2016 22:30:52 +0000 (15:30 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 9 Dec 2016 13:40:15 +0000 (08:40 -0500)
commit29d357d7bfa5e942ecc8cf735c3742658faa1b78
tree9b93f22d17d7d7a8a9314e8f7971372847b35b69
parent540bfe7daaadafd83fadb5b0e2e8b6e7af017768
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>
common/spl/spl.c