spl: Add a parameter to jump_to_image_linux()
authorSimon Glass <sjg@chromium.org>
Sun, 25 Sep 2016 00:19:54 +0000 (18:19 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 6 Oct 2016 18:48:19 +0000 (14:48 -0400)
commitca12e65caa42dc9c095cce0990ae94d41cf62a71
treed13eab6bd8ed99eb98c15aef9a7e85b260a244f2
parent71316c1d8c1799b444d14cfb00eaacb6cf1ce44a
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>
arch/arm/lib/spl.c
arch/microblaze/cpu/spl.c
arch/powerpc/lib/spl.c
common/spl/spl.c
include/spl.h