Re: [U-Boot] [PATCH 25/27] spl: Update fat functions to take an spl_image parameter

2016-09-18 Thread Tom Rini
On Sun, Sep 18, 2016 at 01:45:14PM -0600, Simon Glass wrote: > Update the fat loader to avoid using the spl_image global variable. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___ U-Boot

[U-Boot] [PATCH 25/27] spl: Update fat functions to take an spl_image parameter

2016-09-18 Thread Simon Glass
Update the fat loader to avoid using the spl_image global variable. Signed-off-by: Simon Glass --- common/spl/spl_fat.c | 21 - common/spl/spl_mmc.c | 4 ++-- common/spl/spl_sata.c | 11 +++ common/spl/spl_usb.c | 13 - include/spl.h | 6