Re: [U-Boot] [PATCH 26/27] spl: Update spl_load_simple_fit() to take an spl_image param

2016-09-18 Thread Tom Rini
On Sun, Sep 18, 2016 at 01:45:15PM -0600, Simon Glass wrote: > Upda the SPL FIT code to use the spl_image parameter. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list

[U-Boot] [PATCH 26/27] spl: Update spl_load_simple_fit() to take an spl_image param

2016-09-18 Thread Simon Glass
Upda the SPL FIT code to use the spl_image parameter. Signed-off-by: Simon Glass --- common/spl/spl.c| 2 +- common/spl/spl_fat.c| 2 +- common/spl/spl_fit.c| 9 + common/spl/spl_mmc.c| 2 +- common/spl/spl_nand.c | 2 +- common/spl/spl_spi.c| 2 +- common/spl/