Re: [U-Boot] [PATCH 04/27] spl: Add a parameter to jump_to_image_linux()

2016-09-18 Thread Tom Rini
On Sun, Sep 18, 2016 at 01:44:53PM -0600, Simon Glass wrote: > Instead of using the global spl_image variable, pass the required struct in > as an argument. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature

[U-Boot] [PATCH 04/27] spl: Add a parameter to jump_to_image_linux()

2016-09-18 Thread Simon Glass
Instead of using the global spl_image variable, pass the required struct in as an argument. Signed-off-by: Simon Glass --- arch/arm/lib/spl.c| 4 ++-- arch/microblaze/cpu/spl.c | 4 ++-- arch/powerpc/lib/spl.c| 4 ++-- common/spl/spl.c | 3 ++- include/spl.h